Skip to content

Commit

Permalink
Move part 2 into separate directory
Browse files Browse the repository at this point in the history
- For clearer organization, move part 2 into separate directory

- Start on content for part 2
  • Loading branch information
noelwelsh committed Aug 15, 2024
1 parent 09eec41 commit 63ecd34
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion book/src/pages/directory.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ laika.navigationOrder = [
cycles
part-one-conclusions.md
part-two-introduction.md
loading-data
part-two/explore
part-two/loading-data
]
6 changes: 6 additions & 0 deletions book/src/pages/part-two-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ Exploratory data analysis is part of the larger field of *data science*, which l
We will take a computational approach to statistics.
This means we'll get the computer, rather than fancy mathematics, to do the work for us,
which I think leads to a clearer understanding of these topics (particularly if you are a programmer!)


## Setup

To work through this part of the book use a new project.
Download from Github.
7 changes: 7 additions & 0 deletions book/src/pages/part-two/explore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Exploring Exploratory Data Analysis

I'm assuming that you have little or no experience with statistics and data science,
so terms like "statistical inference" are not meaningful to you.
It's a lot to understand concepts when we have concrete examples of them,
so our goal here is to work through a complete example of data exploration and analysis.
This will ground all the concepts which we will then work through in more detail in later chapters.
3 changes: 3 additions & 0 deletions book/src/pages/part-two/explore/directory.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
laika.navigationOrder = [
README.md
]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Loading Data

We'll start our exploration of data science by looking at climate data. Climate data is readily available and climate is a topical issue.
We'll start our exploration of data by looking at climate data. Climate data is readily available and climate is a topical issue.

To start we'll need some data. ... data location ... HadCRUT5 temperature anomaly data.
Description.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 63ecd34

Please sign in to comment.