Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning goals? #6

Open
5 of 6 tasks
kellieotto opened this issue Jan 11, 2017 · 2 comments
Open
5 of 6 tasks

Learning goals? #6

kellieotto opened this issue Jan 11, 2017 · 2 comments

Comments

@kellieotto
Copy link
Contributor

kellieotto commented Jan 11, 2017

Check these off when we feel that the notebook has addressed things sufficiently.

  • Students should be able to assess the structure and cleanliness of their dataset, including size and shape of data, number of variables of each type
  • Students should be able to describe their findings, translate results from code to text using Markdown comments in the Jupyter Notebook, and summarize their thought process in a narrative
  • Students should be able to modify the raw data to prepare a clean data set -- including copying data, removing or replacing missing and incoherent data, dropping columns, removing duplicates in Pandas and Jupyter -- and explain and justify their decisions
  • Students should be able to assess whether their data is “Tidy” and identify appropriate steps and write and execute code to arrange it into a tidy format - including merging, reshaping, subsetting, grouping, sorting, making appropriate new columns
  • Students should be able to identify several relevant summary measures and illustrate data using appropriate plots
  • Student should assess the summaries and plots of their data, and appraise the need for repeated or further analysis
@kellieotto
Copy link
Contributor Author

Describing findings -- see issue #16

Tidy data -- we should add an example with untidy data that needs reshaping (e.g. more than one observation per row)

Summaries and plots -- a skeleton is there but incomplete.

Assess summaries and plots -- also a skeleton. This depends on the previous section.

@kellieotto
Copy link
Contributor Author

As of now, we've added enough exercises that prompt students to discuss their findings that I feel confident we've achieved learning goals 2 and 6. All that's left is the "tidy data" goal; we've not yet added an additional example for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant