1
0
Fork 0
A Python implementation for Hadley Wickham's Tidy Data paper
Find a file
2018-08-26 12:56:47 +02:00
data Add data files 2018-08-25 18:02:52 +02:00
.gitignore Add .gitignore file 2018-08-25 19:38:52 +02:00
1_column_headers_are_values.ipynb Create notebook for the first application of tidying 2018-08-26 00:55:40 +02:00
2_multiple_variables_stored_in_one_column.ipynb Create notebook for the second application of tidying 2018-08-26 11:50:57 +02:00
3_variables_are_stored_in_both_rows_and_columns.ipynb Create notebook for the third application of tidying 2018-08-26 12:56:47 +02:00
Pipfile Add Pipfiles 2018-08-25 19:39:45 +02:00
Pipfile.lock Add Pipfiles 2018-08-25 19:39:45 +02:00
README.md Initial commit 2018-08-25 13:33:48 +02:00
tidy-data.pdf Add the original paper 2018-08-25 13:34:56 +02:00