From e6ae3069886589f2c79a5f2a37ba65ffcdc636f2 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Wed, 18 Aug 2021 16:42:36 -0400 Subject: [PATCH] spreadsheet intro --- 2-Working-With-Data/05-spreadsheets/README.md | 14 +++++++++++++- package.json | 10 +++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/2-Working-With-Data/05-spreadsheets/README.md b/2-Working-With-Data/05-spreadsheets/README.md index ca04332..6cadd9e 100644 --- a/2-Working-With-Data/05-spreadsheets/README.md +++ b/2-Working-With-Data/05-spreadsheets/README.md @@ -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 diff --git a/package.json b/package.json index 3b5c347..5b058b8 100644 --- a/package.json +++ b/package.json @@ -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" }