Weather Report Forecasting & Data Analyst Project 

This is a two-week project being organized by HiCounselor

Project Introduction  - This project was divide into two modules.

1) Module 1 focused on the cleaning and preparation of a raw weather dataset utilizing Python scripts. This included tasks such as handling null values, removing irrelevant or duplicated data points, transforming data types, and other important sub-tasks and the use of SQL to extract meaningful insights from the now-cleaned data.

2) In Module 2, Power BI was used to create an interactive dashboard based on the cleaned dataset.


The project involved working in a team so me along side my two teammates started project. We used Python scripts to  clean a weather dataset and SQL querying to extract insights. The Python scripts addressed issues such as correcting data labels, handling null values, and transforming data types. One of the toughest problems we encountered was correcting inaccurate dates, which required a lot of time and effort to develop a good solution. However, after successfully cleaning and correcting the dataset, we were able to export a clean version for further analysis.

Here is Python script: