Skip to content

PierceP123/DataAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataAnalytics

This repository contains Python scripts for manipulating and analyzing weather data from a weatherData.csv file using various data analytics techniques and libraries.

Repository Contents

Currently, this repository includes:

  • weatherData.csv: Raw data file containing weather data from Australia.
  • Python scripts:
    • unique.py: Script for getting unique data and pulling information from csv.
    • pressue.py: Script that calculates different pressures and the probability of rainfall.
    • subdataframe.py: Script that filters the weather data to exclude rows with 3-letter values in specified columns and returns a subset of the dataset.

Planned Updates

In the future, I plan to progressively upload additional Python scripts that utilize different data analytics techniques, leveraging libraries such as Pandas, NumPy, and Matplotlib. Each script will be accompanied by a brief explanation of its purpose and usage.

Usage

To use the scripts in this repository:

  1. Clone the repository.
  2. Run the scripts in your Python environment.
  3. Feel free to add to this repository for data manipulation.

About

Python scripts for data manipulation of a large csv file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages