Analyzing dataset using pandas
steps of the project:
1.the dataset will be provided by you or scrapped from internet if required
2.dataset assessing
3.dataset cleanup (remove duplicates, fill missing data or remove them)
4.exploring data by asking questions or find answers for questions you provided about the dataset
5.making graphs to understand the variables and the dataset
I am using Python, pandas and seaborn for analysis and visualization