This is a messy csv file that was sourced from github containing job data like Name ,Age, Salary etc. I then took this data inspected and cleaned it and made visualizations using matplotlib.pyplot which explains the relation between age and salary in this dataset.
sudo apt update && sudo apt install -y python3 python3-pip python3-venv
cd ~
python3 -m venv cleaner
source ~/cleaner/bin/activate
pip install numpy pandas matplotlib word2number
authkarimi1@gmail.com