In Chapter 7, we learned how to import a generic file using basic functions. Here we explore pandas—one of the most important libraries for dataset management.
Libraries for Data Mining
pandas: imports, manages, and manipulates data frames in various formats, extracts part of the data, combines two data frames, and also contains some basic statistical functions
NumPy: a package for scientific computing, contains several high-level mathematical and algebraic functions, ...