All problems
MediumPandas
Pandas — load a CSV
Load a small sales dataset, peek at the first 5 rows, and check the shape.
- #pandas
- #csv
Sample input
6 rows × 5 cols (date, city, product, units, revenue)
Sample output
first-5 head + Shape: (6, 5)
pandas-csv.pyneeds: pandas
Output
Press "Run code" to execute.
