nykolai-d / processing-csv-file

We create a function that cleans, processes and transforms the data of a csv file into a friendlier dataframe, and writes it into a new csv file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

processing-csv-file

Given the file astronauts.csv, we create a function that transforms the data as follows:
a) Shows average missions and average days in space.
b) States % of astronauts in space by country.
c) Shows company that has sent the most missions by country.
d) Writes new dataframe into csv file.

About

We create a function that cleans, processes and transforms the data of a csv file into a friendlier dataframe, and writes it into a new csv file.


Languages

Language:Jupyter Notebook 100.0%