Skip to main content

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.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

tidytuesday-0.0.2-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page