Getting Started¶
This guide will help you install denguedatasets and load your first dengue dataset in a few minutes.
Prerequisites¶
Python 3.8 or higher. pandas (installed automatically with denguedatasets). Installation
From PyPI (Recommended)
The easiest way to install the package is directly from the Python Package Index:
From GitHub
If you want the latest development version, you can install it directly from the repository:
1. Your First Dataset¶
Once installed, using the package is straightforward. Follow these three steps:
- Import the package
2. See what is available¶
List all datasets included in the package to find the key you need:
3. Load and analyze¶
Load the dataset into a pandas DataFrame and start working: