- Compare the available data of this country with the United states or an other country if you want.
- Generate charts from the extracted data, also generate comparative diagrams as many as make sense to you.
- Find out so much information as possible. What information was stored there? What entries can you find for special column contents?
The data is obtained from Power | Data Access Viewer (nasa.gov) weather website. The size of the dataset is 90 rows x 13 columns. It contains 90 data points and 13 parameters denoting different data features.
- Pandas
- Numpy
- Matplotlib
- Seaborn
By using git commands:
- git add
- git status
- git commit
- git push
- Loading data sets.
- Find out the shape of the data.
- Total null value present in the dataset.
- Check datatypes.
- Drop all those unnecessary columns with all the null values and will not require further analysis.
- Dropping the null rows from the dataset, as they will be having unique entries only.
- Adding new updated columns.
- Pie Chart,
- Line Chart,
- Bar Plot.
- It was my first project, from which, I learned how to import data, how to analyze data, how to compare two different data, how to remove the column and clean the data and how to do visulization via different graphs.