This notebook contains the solution for the tasks outlined in the Minor Project on Global Air Pollution.
- Notebook Name:
<23367>_<SHALINI>_.ipynb
- Generated by: Colaboratory
- Original File Location: Colab Link
- Show if there are any columns with missing values along with their count.
- Plot the distplot of 'AQI Value' vs 'AQI Category' (kind - 'kde').
- Plot a stacked bar graph of 'Ozone AQI Value' vs 'AQI Category'.
- Show the list of cities without a stated country.
- Fill the missing country columns with 'Unknown'.
- Plot the most represented countries in this dataset using a horizontal bar graph.
- Open the notebook using the provided Colab link.
- Execute the cells to view the analysis and visualizations.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push the changes to your branch (
git push origin feature/your-feature
). - Create a pull request.