ML package map - numpy, pandas, sklearn, torch — step 5 of 7
This recommender maps "tabular data" to numpy, but tabular work (CSVs,
dataframes) belongs to pandas. Fix line 3 so it recommends pandas for
tabular data.
Expected output:
pandas
The break is on line 3 — but read the whole snippet first.