Skip to content

Commit

Permalink
spreadsheet intro
Browse files Browse the repository at this point in the history
  • Loading branch information
paladique committed Aug 18, 2021
1 parent 3917f49 commit e6ae306
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion 2-Working-With-Data/05-spreadsheets/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Working with Data: Spreadsheets

Many data scientists will not pick spreadsheets as their first tool for various and valid reasons. However, it's a popular way to store and explore data because it requires less work to get setup and started. In this lesson you'll learn the basic components of a spreadsheet, how to apply formulas and functions, generating charts and pivot tables, and how to sort and filter a spreadsheet. This lesson provides foundational knowledge of spreadsheets in the rare event that you find yourself working with with them. The examples will be illustrated with Microsoft Excel, but most of the parts and topics will have similar names and steps in comparison to other spreadsheet software.


## Pre-Lecture Quiz

[Pre-lecture quiz]()
Expand All @@ -11,6 +14,7 @@ Worksheets
Columns
Row
Cell
Header

## Exploring Values
Date (slash or dash) times (colon)
Expand All @@ -29,7 +33,15 @@ Autofill?
- Average
- XLookup/lookup functions -relationships

## Formatting
## Charts
- Creating a chart
- Pivot Tables

## Misc
-Sorting
-Filtering

- Pivot table - summary totals



Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ml-for-beginners",
"name": "ds-for-beginners",
"version": "1.0.0",
"description": "Machine Learning for Beginners - A Curriculum",
"description": "Data Science for Beginners - A Curriculum",
"main": "index.js",
"scripts": {
"convert": "node_modules/.bin/docsify-to-pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/ML-For-Beginners.git"
"url": "git+https://github.com/microsoft/Data-Science-For-Beginners.git"
},
"keywords": [
"machine",
Expand All @@ -20,9 +20,9 @@
"author": "Jen Looper and team",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/ML-For-Beginners/issues"
"url": "https://github.com/microsoft/Data-Science-For-Beginners/issues"
},
"homepage": "https://github.com/microsoft/ML-For-Beginners#readme",
"homepage": "https://github.com/microsoft/Data-Science-For-Beginners#readme",
"devDependencies": {
"docsify-to-pdf": "0.0.5"
}
Expand Down

0 comments on commit e6ae306

Please sign in to comment.