Skip to content

AndreasThinks/PyDyTuesday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyDyTuesday Downloader

A Python library to automatically download TidyTuesday datasets, inspired by the tidytuesdayR package for r.

The package is best installed directly from github

pip install git+https://github.com/AndreasThinks/PyDyTuesday#egg=PyDyTuesday

It can also be downloaded from PyPi

pip install PyDyTuesday

Contains two functions:

#obtain dataset from specific date
get_date("2021-01-19")

#specific week
get_week(2019, 3)

About

A Python package to download TidyTuesday datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages