Skip to content

gtynan/tidy_tuesday_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidy tuesday (Python)

This project aims to translate all of David Robinson's R screencasts into Python mainly using pandas, matplotlib and seaborn.

Getting Started

Recomended to create and activate an annaconda environment before running notebooks.

Installing

Command line into tidy_tuesday directory

cd your_path_to_directory

e.g.

cd Documents/tidy_tuesday

Create annaconda environment

conda create --name tidy_tues_env --file environment.yml

Acivate said environment

source activate tidy_tuesday_env

Start jupyter

cd notebooks
jupyter-notebook

Deactivate environment when done

conda deactivate

Relevant links

Credit:

About

David Robinson's Tidy Tuesday data analysis translated into python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published