May 2019
Beginner
528 pages
29h 51m
English
Series and DataFramesNumPy’s array is optimized for homogeneous numeric data that’s accessed via integer indices. Data science presents unique demands for which more customized data structures are required. Big data applications must support mixed data types, customized indexing, missing data, data that’s not structured consistently and data that needs to be manipulated into forms appropriate for the databases and data analysis packages you use.
Pandas is the most popular library for dealing with such data. It provides two key collections that you’ll use in several of our Intro to Data Science sections and throughout the data science case studies—Series for one-dimensional collections and DataFrames for two-dimensional ...
Read now
Unlock full access