Download #TidyTuesday data
Project description
tidytuesdayPy
Download TidyTuesday data. Inspired by tidytuesdayR.
Usage
from tidytuesday import TidyTuesday
tt = TidyTuesday("2021-04-06")
If you do not provide a date (i.e. just TidyTuesday()
), then the latest TidyTuesday will be used. Note that this will not be good for reproducability in the future!
You can then access each data set from the data field using the filename, dropping the extension.
df = tt.data["forest"]
You can also access the readme.
print(tt.readme)
TODO
- Implement parsers for rds formats
- Documentation
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.7.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for tidytuesday-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bd2b615a2a73be744820ba938728fd16520f1d51a417779f3aa755b5b0c32bd |
|
MD5 | 0980310509c0f645dc3e2338a2b9b6f9 |
|
BLAKE2b-256 | 3442afd31320e0148bcd9d6d88904c924b3b529d8c0b94164cb8dff409044089 |