Page 1 of 1

Lab 5 – Data preparation PYHTON PROJECT Clean up data included in the master.csv (after upload do python). HINT: use des

Posted: Mon Jun 06, 2022 1:05 pm
by answerhappygod
Lab 5 – Data preparation PYHTON PROJECT
Clean up data included in the master.csv (after upload do
python).
HINT: use describe() function from pandas to see the statistics
of the uploaded file.
e.g. in our script: >>> print(df.describe())