Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

AXEM (Data Wrangling)

keywords: data wrangling, python, jupyter notebook, pandas, excel, csv

This project cleans a dataset with information about argentinian soccer players around the world. The original dataset is an Excel file, with dirty and unnormalized data. Wrangling this data generates a cleaner and more easily workable dataset (in .csv).

Datasets

Input

Output

  • /data/output/axem_2018_processed.csv: cleaned and normalized dataset with argentinian players data.
  • data/output/trayectorias.csv: dataset with the players career

Other files

  • axem_wrangling.ipynb: Jupyter Notebook that contains details and codes for the data wrangling process.
  • axem_wrangling.yml: Configuration file