Probably the most standard data science library is called Pandas. It operates on tables of data called DataFrames, where each column can hold data of a different type. Conceptually DataFrames are like tables in a relational database, and they provide many of them same functions (in addition to others). Pandas is extremely handy for cleaning and processing data and for basic analyses.