memphis-iis / datawhys-content-notebooks-python

Content for DataWhys in the form of JupyterLab notebooks (.ipynb files)
Apache License 2.0
8 stars 2 forks source link

Notebook: Plotting #3

Closed aolney closed 3 years ago

aolney commented 4 years ago

See the spreadsheet for details

Content Programming Blockly
TS TS AO

Ideas/prereqs: how to read a graph, misleading graphs, data transformation, normal distribution, lack of normality, qqplots

Direct link https://jupyter.olney.ai/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fmemphis-iis%2Fdatawhys-content-notebooks&subPath=Plotting.ipynb&app=lab

aolney commented 4 years ago

V1 done with https://github.com/memphis-iis/datawhys-content-notebooks/pull/29 but note this was really only scatterplots, so probably need to combine the PS version with the base version for future version

aolney commented 3 years ago

Redid for online course with https://github.com/memphis-iis/datawhys-content-notebooks/commit/4e56e8d430b9619b1fb0ca739d049d09cc1a36a4

One thing I noticed is that we can't add boxplots without covering descriptive statistics first, since boxplots using median, percentile, etc.

So we may need to reverse order these topics.

@sdflem and @andrewtawfik ; look forward to any comments/feedback