spreadsheet intro

pull/49/head
Jasmine 3 years ago
parent 3917f493a0
commit e6ae306988

@ -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]()
@ -11,6 +14,7 @@ Worksheets
Columns
Row
Cell
Header
## Exploring Values
Date (slash or dash) times (colon)
@ -29,7 +33,15 @@ Autofill?
- Average
- XLookup/lookup functions -relationships
## Formatting
## Charts
- Creating a chart
- Pivot Tables
## Misc
-Sorting
-Filtering
- Pivot table - summary totals

@ -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",
@ -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"
}

Loading…
Cancel
Save