A curated collection of agricultural, agronomic, and livestock datasets for data analysis, statistical modeling, and machine learning research. Includes crop yield trials, soil Munsell mineral classifications, field uniformity experiments, forestry genetics, plant disease infestations, pesticide efficacy, biological pest controls, dairy cattle and broiler chicken development tracking, and more from curated R packages on CRAN.
Project description
agridatasets
The agridatasets package provides a curated collection of agricultural, agronomic, and livestock
datasets for data analysis, statistical modeling, and machine learning research. Includes crop yield
trials, soil Munsell mineral classifications, field uniformity experiments, forestry genetics, plant
disease infestations, pesticide efficacy, biological pest controls, dairy cattle and broiler chicken
development tracking, and more from curated R packages on CRAN.
Installation
You can install the agridatasets package from PyPI:
pip install agridatasets
Usage
import agridatasets as agd
# List all available datasets
datasets = agd.list_datasets()
print(datasets)
# Load a specific dataset
df = agd.load_dataset('bamboo_growth')
print(df.head())
# Describe dataset
df_01 = agd.describe('cows_insemination')
print(df_01)
📊 Some Available Datasets
| Dataset | Description |
|---|---|
bamboo_growth |
Bamboo growth observations across different geographic locations and transects. |
cows_insemination |
Cow insemination and conception records across time intervals. |
earthworm_population |
Seasonal earthworm population data, including density and biomass measurements. |
earthworm_crop_soils |
Earthworm density and biomass data from cultivated soils under different crops. |
rabbit_body_mass |
Rabbit body weight and hind foot length measurements. |
Run
agridatasets.list_datasets()oragd.list_datasets()(usingagdas alias) to see the full list of available datasets.
Disclaimer
The datasets included in agridatasets are provided strictly for educational,
research, and informational purposes. All datasets originate from curated R packages
available on CRAN and retain their original licenses and attributions.
The author of agridatasets makes no warranties, express or implied, regarding
the accuracy, completeness, or suitability of any dataset for a particular purpose.
Users are solely responsible for ensuring that their use of these datasets complies
with applicable laws, regulations, and ethical guidelines.
Any findings, conclusions, or decisions derived from the use of these datasets are the sole responsibility of the user. The author shall not be held liable for any direct, indirect, incidental, or consequential damages arising from the use or misuse of the datasets included in this library.
For agronomic advice, crop management, or any agriculture-related decision-making purposes, always consult a qualified agricultural professional or agronomist.
License
The agridatasets library is released under the MIT License, which allows free use,
modification, and distribution. See the LICENSE file for details.
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 agridatasets-0.1.0.tar.gz.
File metadata
- Download URL: agridatasets-0.1.0.tar.gz
- Upload date:
- Size: 122.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e9e7aa5b2db5ae64c761542b6da8f2bef92280ad7ae7f57dca600cc2394ea0
|
|
| MD5 |
80f4e2d0e46f09adff8905d3aef92103
|
|
| BLAKE2b-256 |
8c84f49c667bd24ef7a6288c1bfa29ef19f255af16eff161906545ce9dd97ae0
|
File details
Details for the file agridatasets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agridatasets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 122.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec723e49910765d3f31fac54083f5f1a8b7f7d1a86aed30cd8f1ad4dba48744d
|
|
| MD5 |
bcb745f4812eed8715088e810296bcbb
|
|
| BLAKE2b-256 |
96d8f59b9f0ed279afac4b4616e5f1b1afd6b329bdbdc46609f69a57ce1c5fde
|