-
Notifications
You must be signed in to change notification settings - Fork 28
Description
This project is taking shape and will be a huge addition for the curriculum. In reviewing the contents, one suggestion would be to include notes on organizing data for subsequent analysis. Students often spend a lot of time using spreadsheets and other tools organizing and formatting data into complex tables that make subsequent imports and analysis difficult or impossible.
I wrote up some notes on "Tidy Data", a well documented and commonly used set of principles for organizing data for analysis. There's a strong theoretical foundation (third normal form for relational data sets) of why this works so well, but all users need to know are the basic principles. This streamlines subsequent analysis whether using Python, R, spreadsheets, or any other system for data analysis. This might fit nicely in the chapter "Descriptive Statistics and Visualization". Feel free to cut and paste as much of these as you might find useful.
https://jckantor.github.io/cbe30338-book/python/A.05-Tidy-Data-and-Pandas.html