Data Structures and Types

pandas has two main data types: Series and DataFrame. These are analogous to vectors and matrices in that a Series is 1-dimensional while a DataFrame is 2-dimensional.