The key feature of pandas is its ability to give you all the flexibility and ease of use to work with different data structures, such as 1D, 2D, or even 3D arrays, as well as different types of file formats—ranging from text files to CSV files. In this section, we see how to work with these different file types, and also the different operations you can perform on that data, using pandas.
This section is comprised of the following chapters:
- Chapter 3, Using NumPy and Data Structures with pandas
- Chapter 4, I/O of Different Data Formats with pandas