CommencerCommencer gratuitement

Pandas DataFrames

Numpy is great if your data contains homogeneous data. In many statistical datasets, data will be heterogeneous, i.e., having columns of varying data types. If that's the case, you can use a different library, pandas, to deal with these spreadsheet-like datasets. This gives python the DataFrame object, similar to the one in R.

Cet exercice fait partie du cours

Python for R Users

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Import the pandas library
____
Modifier et exécuter le code