Pandas
- Fundamental tool for handling and analyzing input data
- Particularly suited for tabular data
- Implements powerful data operation
- Easily read datasets from csv, txt, and other types of files
- Datasets take the form of DataFrame objects
- Main data structures
- DataFrame : A table with rows and columns
- Series : A single column
<aside>
☝ Pandas can do Data visualization and exploitation
</aside>
- The pandas library :
- is built on NumPy
- easy-to-use data structures and data analysis tools
- use the following import convention
Pandas Data Structures
Séries
<aside>
🚧 Trouvez exemple
</aside>
Dataframe
<aside>
🚧
</aside>