-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathquarto_yml_file_Fall_2022.txt
More file actions
52 lines (44 loc) · 1.28 KB
/
quarto_yml_file_Fall_2022.txt
File metadata and controls
52 lines (44 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
project:
type: book
book:
title: "Introduction to Data Science with Python"
author: "Arvind Krishna, Lizhen Shi, Emre Besler, and Arend Kuyper"
date: "9/20/2022"
sidebar:
search: true
logo: "NU_Stat_logo.png"
logo-href: "https://statistics.northwestern.edu/"
chapters:
- index.qmd
- part: 'Quick overview: Python programming'
chapters:
- Introduction to Python and Jupyter Notebooks.ipynb
- data_structures.ipynb
- part: 'Exploratory data analysis'
chapters:
- Reading data.ipynb
- NumPy.ipynb
- Pandas.ipynb
- Data visualization.ipynb
- Data cleaning and preparation.ipynb
- Data wrangling.ipynb
- Data aggregation.ipynb
- student_solutions.ipynb
- part: 'Assignments'
chapters:
- Assignment 1 (Reading data).ipynb
- Assignment 2 (NumPy).ipynb
- Assignment 3 (Pandas).ipynb
- Assignment 4 (Data Visualization).ipynb
- Assignment 5 (Data cleaning and preparation).ipynb
- Assignment 6 (Data wrangling).ipynb
- Assignment 7 (Data aggregation).ipynb
appendices:
- Datasets.ipynb
- references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt