Australian weather data used to learn and practice data analysis skills.
Project description
Australian Weather Data Analysis
This project loads daily Australian weather data over 10 years and stores it in a pandas DataFrame. It's likely that this project will expand to perform data analysis.
Dataset
- Title: Australia Weather Data
- Source: Kaggle
Usage
Run main.py to read and display weather data to the console.
Technologies
- Python 3.10
- pandas
Installation
Make sure you have:
- Python 3.10 or higher installed
- Build installed:
pip install build
To install the required dependencies, run the following command:
pip install Ctack14-practice-data-sets
To Install as a developer:
pip install Ctack14-practice-data-sets[dev]
Steps
For module 2, I broke the project into modules and created a package. This included using a pyproject.toml file for configuration. I also took the functions previously in main.py and moved them into their own module files within the package. main.py is now just an example usage script to run the package once installed. I then generated new documentation with:
pydoc -w practice_data_setspydoc -w main
init.py files were added to each package folder to make them recognizable as packages.
For Grading
Execute the following:
pip install practice-data-sets
python main.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ctack14_practice_data_sets-0.1.13.tar.gz.
File metadata
- Download URL: ctack14_practice_data_sets-0.1.13.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
303fe59b0c0d69092de41131812df496093f8440e70af4b434c55bb08d408a0b
|
|
| MD5 |
4a8a8b1f7fc779775ecc8671d1e932e9
|
|
| BLAKE2b-256 |
738948c40fd87b95063da66a93565f926b27da7f2f36ff7d63c158d05b521115
|
File details
Details for the file ctack14_practice_data_sets-0.1.13-py3-none-any.whl.
File metadata
- Download URL: ctack14_practice_data_sets-0.1.13-py3-none-any.whl
- Upload date:
- Size: 2.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08965cbafb0cbbf21bf0904bddccdf87294c6e4318b4eae2c3464c6af1462375
|
|
| MD5 |
e722b2352406e022d32915a409845c14
|
|
| BLAKE2b-256 |
dcc5c8f2deae340499825ea5326241cd8880153422bd7d4d168c9ad95bc0f40d
|