Loading repository data…
Loading repository data…
AAlkiyumi / repository
In this project, I analyzed weather data from the NCEI Global Surface Summary of Day dataset using PySpark in Jupyter Notebook. Tasks included data cleaning, statistical analysis, and forecasting for temperature, wind speed, precipitation, and extreme weather events. The project also predicts future weather patterns for Cincinnati and Florida.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project involves analyzing and extracting insights from the NCEI Global Surface Summary of Day dataset. The data will be processed using PySpark, Jupyter Notebook, and various data engineering and analytics techniques, providing hands-on experience with big data. Key tasks include handling and analyzing weather data from Cincinnati and Florida for years 2015-2024.
Anaconda and PySpark Installation
pip install pyspark
Dataset Download
2015/72429793812.csv for Cincinnati 2015).Setup Verification
Data Loading
Hottest Day Analysis
Coldest Day in March
Annual Precipitation Comparison
Missing Value Percentage
Temperature Statistics (2020)
Lowest Wind Chill Days (2017)
Extreme Weather Analysis for Florida
Temperature Prediction for Cincinnati (Nov-Dec 2024)
Submit two files:
My_Results.txt (e.g., My_Results.txt)My_Spark.ipynb (e.g., My_Spark.ipynb)The following files are submitted for the completion of Project 4:
Results File: A text file containing the results of the data analysis.
Go to My_Results.txt
PySpark Code: The Jupyter notebook containing the Spark code used for data analysis.
Go to My_Spark.ipynb