-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from LaunchCodeEducation/prework
Draft of prework chapters
- Loading branch information
Showing
27 changed files
with
258 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
+++ | ||
chapter = true | ||
pre = "<b>1. </b>" | ||
title = "About LaunchCode Courses" | ||
weight = 1 | ||
originalAuthorGitHub = "gildedgardenia" | ||
+++ | ||
|
||
Before we dive into learning Data Analysis, we want to share with you more about our educational philosophy here at LaunchCode and how we structure our courses. We appreciate that many adults thrive in learning environments that are based on transparency and trust. | ||
|
||
You will hear us say many times that our ultimate goal is to empower you to learn how to learn. The first step in this process is for us to be clear with you on how we teach. If something is not effective for you, we encourage you to investigate why it is not effective and seek the assistance of your course staff. Perhaps the alternate phrasing about a key term in an article online will help you understand what that concept is about. Maybe a video will help drive home the importance of a certain concept. Everyone learns differently and this book serves as a starting point. | ||
|
||
Ultimately, we aim to teach the fundamental concepts and technologies we have found you will need to launch a career in data analytics. As you progress in your career, you will have to learn new concepts and technologies to succeed. We want to set you up for success, by not only teaching you the core fundamentals, but also by inspiring you to continue learning and exploring this field after you have left our classroom. | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
+++ | ||
chapter = true | ||
pre = "<b>3. </b>" | ||
title = "Intro to Spreadsheets" | ||
weight = 3 | ||
+++ | ||
|
||
## Learning Objectives | ||
|
||
- Introduce what datasets and spreadsheets are and what Google Sheets is. | ||
- Talk about why we are using Google Sheets for this class. | ||
- Be able to add new columns and rows to an existing spreadsheet. | ||
- Be able to add a new sheet to an existing spreadsheet. | ||
- Be able to use quick actions to do calculations. | ||
- Be able to set up a formula for a cell | ||
|
||
## Key Terminology | ||
|
||
Here is a list of the key terms for this chapter broken down based on the page the term first appears on. | ||
|
||
### Getting Started with Google Sheets | ||
|
||
1. dataset | ||
1. cell | ||
1. header row | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
+++ | ||
title = "Next Steps" | ||
weight = 2 | ||
originalAuthorGitHub = "gildedgardenia" | ||
+++ | ||
|
||
Now that you have started to learn more about spreadsheets, you may want to continue to practice making and editing spreadsheets. Another benefit of using Google is that the team there has added free resources on Google Sheets and practice opportunities to the [Google Workspace Learning Center](https://support.google.com/a/users/answer/9282959). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = "Reading" | ||
weight = 1 | ||
originalAuthorGitHub = "jwoolbright23" | ||
+++ | ||
|
||
## Reading Content | ||
|
||
{{% children %}} |
32 changes: 32 additions & 0 deletions
32
content/intro-to-spreadsheets/reading/expanding-spreadsheets/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
+++ | ||
title = "Adding onto an Existing Spreadsheet" | ||
weight = 2 | ||
originalAuthorGitHub = "gildedgardenia" | ||
+++ | ||
|
||
## Adding Rows and Columns to a Spreadsheet | ||
|
||
As you work more on spreadsheets, you may find that you want to add a row or column in the middle of the spreadsheet. Maybe you realized that another column was necessary or you were importing data and a row was lost in the process. | ||
|
||
Let's revisit our Car Info workbook. While we already have some great data stored about the two cars, we need some more information. | ||
|
||
1. We want to insert a column between "Model" and "Car Mileage". Right-click on the D for the "Model" column and select *Insert 1 column right*. Alternatively, you can right-click on the E for the "Car Mileage" column and select *Insert 1 column left*. | ||
1. You now have an empty column that is the column E and "Car Mileage" is now column F. Type "Current Value" in E1. | ||
1. Add the current value for both the cars you created on the previous page. | ||
|
||
You can do the same for rows by right-clicking on the row number and inserting a new row above or below the one you selected. | ||
|
||
## Adding Another Spreadsheet to an Existing Workbook | ||
|
||
Now we want to add some additional information about the two cars. We want to add a maintenance log for each car so we can track how much we spent on the car in one year. This information would not make sense on the current spreadsheet so we are going to add a second one to our Car Info workbook. | ||
|
||
At the bottom of the page, you will see a tab that says "Sheet1" next to a plus sign and a hamburger menu (three horizontal lines stacked on top of each other). Let's rename "Sheet1" by right-clicking and selecting *Rename*. Give it the new name, "Overview" and hit *enter* or *return*. | ||
|
||
We are now ready to add a maintenance log for one of our cars. For example, we are going to add one for a car nicknamed Bob. | ||
|
||
1. Hit the plus sign in the bottom left-hand corner. We have a new sheet called "Sheet2" | ||
1. Rename the new sheet by right-clicking. For this exercise, we will rename ours to "Bob Maintenance". | ||
1. Add the following to the first row in this order: "Task", "Date", "Cost". | ||
1. Add one maintenance item to the spreadsheet. For example, we might add "Brake repair", 12/23/23, and 1000. | ||
|
||
From here, we can continually add more data and spreadsheets to our workbook as the need arises. |
Oops, something went wrong.