diff --git a/data/shrub-volume-experiments-table.csv b/data/shrub-volume-experiments.csv similarity index 100% rename from data/shrub-volume-experiments-table.csv rename to data/shrub-volume-experiments.csv diff --git a/exercises/Combining-basics-shrub-volume-Python.md b/exercises/Combining-basics-shrub-volume-Python.md index 539f78d2c..797808b5a 100644 --- a/exercises/Combining-basics-shrub-volume-Python.md +++ b/exercises/Combining-basics-shrub-volume-Python.md @@ -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 diff --git a/exercises/Scientific-shrub-volume-2-Python.md b/exercises/Scientific-shrub-volume-2-Python.md index d1b854f24..b371ce0a5 100644 --- a/exercises/Scientific-shrub-volume-2-Python.md +++ b/exercises/Scientific-shrub-volume-2-Python.md @@ -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. diff --git a/exercises/Statistics-shrub-volume-3-Python.md b/exercises/Statistics-shrub-volume-3-Python.md index 5dd481d44..c51eb7e1d 100644 --- a/exercises/Statistics-shrub-volume-3-Python.md +++ b/exercises/Statistics-shrub-volume-3-Python.md @@ -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.