Skip to content

Commit

Permalink
Short name for shrub-volume-experiments data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan White committed Sep 11, 2020
1 parent 42fb1b6 commit 2b11615
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion exercises/Combining-basics-shrub-volume-Python.md
Expand Up @@ -14,7 +14,7 @@ analysis of these data to include in a grant proposal and she would like you to
conduct the analysis for her (she might be a world renowned expert in carbon
storage in plants, but she sure doesn't know much about computers). She has
placed a data file on the web for you to
[download]({{ site.baseurl }}/data/shrub-volume-experiments-table.csv).
[download]({{ site.baseurl }}/data/shrub-volume-experiments.csv).

You might be able to do this analysis by hand in Excel, but Dr. Granger seems to
always get funded meaning that you'll be doing this again soon with a much
Expand Down
2 changes: 1 addition & 1 deletion exercises/Scientific-shrub-volume-2-Python.md
Expand Up @@ -17,7 +17,7 @@ analysis of these data to include in a grant proposal and she would like you to
conduct the analysis for her (she might be a world renowned expert in carbon
storage in plants, but she sure doesn't know much about computers). She has
placed a data file on the web for you to
[download]({{ site.baseurl }}/data/shrub-volume-experiments-table.csv).
[download]({{ site.baseurl }}/data/shrub-volume-experiments.csv).

1. Import the data using Pandas and print out the first few rows of the data
using the `.head()` method.
Expand Down
2 changes: 1 addition & 1 deletion exercises/Statistics-shrub-volume-3-Python.md
Expand Up @@ -16,7 +16,7 @@ analysis of these data to include in a grant proposal and she would like you to
conduct the analysis for her (she might be a world renowned expert in carbon
storage in plants, but she sure doesn't know much about computers). She has
placed a data file on the web for you to
[download]({{ site.baseurl }}/data/shrub-volume-experiments-table.csv). She wants you to run an ANOVA to
[download]({{ site.baseurl }}/data/shrub-volume-experiments.csv). She wants you to run an ANOVA to
determine if the different experimental treatments lead to differences in shrub
carbon.

Expand Down

0 comments on commit 2b11615

Please sign in to comment.