forked from TomasBeuzen/python-programming-for-data-science
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
47 lines (45 loc) · 1.81 KB
/
_quarto.yml
File metadata and controls
47 lines (45 loc) · 1.81 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
project:
type: book
book:
title: "데이터 과학을 위한 파이썬 프로그래밍"
author: "Tomas Beuzen"
sidebar:
style: "floating"
search: true
contents:
- index.qmd
- part: "Chapters"
chapters:
- text: "1장: 파이썬 기초"
file: chapters/chapter1-basics.ipynb
- text: "2장: 반복문과 함수"
file: chapters/chapter2-loops-functions.ipynb
- text: "3장: 테스트와 클래스"
file: chapters/chapter3-tests-classes.ipynb
- text: "4장: 스타일, 스크립트, 임포트"
file: chapters/chapter4-style-scripts-imports.ipynb
- text: "5장: NumPy 기초"
file: chapters/chapter5-numpy.ipynb
- text: "6장: NumPy 추가 내용"
file: chapters/chapter6-numpy-addendum.ipynb
- text: "7장: Pandas 기초"
file: chapters/chapter7-pandas.ipynb
- text: "8장: 데이터 랭글링 기초"
file: chapters/chapter8-wrangling-basics.ipynb
- text: "9장: 데이터 랭글링 심화"
file: chapters/chapter9-wrangling-advanced.ipynb
- part: "Practice Exercises"
chapters:
- practice-exercises/chapter1-basics-practice.ipynb
- practice-exercises/chapter2-loops-functions-practice.ipynb
- practice-exercises/chapter3-tests-classes-practice.ipynb
- practice-exercises/chapter4-style-scripts-imports-practice.ipynb
- practice-exercises/chapter5-numpy-practice.ipynb
- practice-exercises/chapter7-pandas-practice.ipynb
- practice-exercises/chapter8-wrangling-basics-practice.ipynb
- practice-exercises/chapter9-wrangling-advanced-practice.ipynb
format:
html:
theme: cosmo
number-sections: false
code-fold: true