Skip to content

Pre Processing Data on Weather from 2022 to 2033(predicted) and visualization on Power Bi dashboard

Notifications You must be signed in to change notification settings

Sayanss99/Weather-Forecast-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Forecast-Analysis

Pre Processing Data on Weather from 2022 to 2033(predicted) and visualization on Power Bi dashboard

Logo

Description

This repository contains files related to a data analysis project. The aim of this project is to clean a dataset, perform some analysis on it, and generate insights. The main programming languages used in this project are Python and SQL. Power Bi is used as a visualization tool.

Files in the Repository

The repository contains the following files:

Cleaning-File.ipynb : a Jupyter notebook file containing Python code for data cleaning and analysis.

weather_dataset_stage1.xls : an Excel file containing the raw data that needs to be cleaned.

main_FIle.sql : a SQL file containing queries for performing some additional analysis on the cleaned data.

Installation

To run the Jupyter notebook, you need to have Python 3 and Jupyter installed on your computer. You can install them using the following commands:

  pip install python
  pip install jupyter

To run the SQL queries, you need to have a database management system installed on your computer. You can use MySQL or PostgreSQL, for example.

Usage

To run the Jupyter notebook, open a terminal or command prompt, navigate to the directory where the Cleaning-File.ipynb file is located, and run the following command:

jupyter notebook data_cleaning.ipynb

This will open the notebook in your default web browser. You can then run each cell of code by clicking on it and pressing Shift + Enter.

To run the SQL queries, open a terminal or command prompt, navigate to the directory where the main_FIle.sql file is located, and run the following command:

mysql -u username -p < main_FIle.sql

Replace username with your MySQL username. You will be prompted to enter your password.

Screenshots

Few visualizations from my side using Power BI.

App Screenshot

Contributing

If you would like to contribute to this project, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make changes and commit them.
  • Push to your fork and submit a pull request.

About

Pre Processing Data on Weather from 2022 to 2033(predicted) and visualization on Power Bi dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published