Download #TidyTuesday data
Project description
tidytuesdayPy
Download TidyTuesday data. Inspired by tidytuesdayR.
Usage
from tidytuesday import TidyTuesday
tt = TidyTuesday("2021-04-06")
You can then access each data set as an attribute. Hyphens (if present) are converted to underscores.
df = tt.forest
You can also access the readme.
print(tt.readme)
TODO
- Rate limit checks
- Implement parsers for zip and rds formats
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tidytuesday-0.0.4.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for tidytuesday-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 758a50da4d16908485b269ddcca8ef1be3aad1dff1f0e3e6255fbcbb5f5543dd |
|
MD5 | 38a5b8450992d96e15548b43b6a892ac |
|
BLAKE2b-256 | 099a23a6ea36a3d63a21022b735c7bc6f51a8093e32ec80c4856c074283e50eb |