Skip to content

Commit 54f5926

Browse files
authored
Correct operator and estimated timing (#455)
03-index-slice-subset.md: Changed `=` to `==`. in Objectives. index.md: Changed time estimate in introduction. Fixes #454 Fixes #456
1 parent 3b491f1 commit 54f5926

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/03-index-slice-subset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ objectives:
1313
- "Reassign values within subsets of a DataFrame."
1414
- "Create a copy of a DataFrame."
1515
- "Query / select a subset of data using a set of criteria using the following operators:
16-
`=`, `!=`, `>`, `<`, `>=`, `<=`."
16+
`==`, `!=`, `>`, `<`, `>=`, `<=`."
1717
- "Locate subsets of data using masks."
1818
- "Describe BOOLEAN objects in Python and manipulate data using BOOLEANs."
1919
keypoints:

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root: .
55

66
Python is a general purpose programming language that is useful for writing scripts to work effectively and reproducibly with data.
77

8-
This is an introduction to Python designed for participants with no programming experience. These lessons can be taught in a day (~ 6 hours). They start with some basic information about Python syntax, the Jupyter notebook interface, and move through how to import CSV files, using the pandas package to work with data frames, how to calculate summary information from a data frame, and a brief introduction to plotting. The last lesson demonstrates how to work with databases directly from Python.
8+
This is an introduction to Python designed for participants with no programming experience. These lessons can be taught in one and a half days (~ 10 hours). They start with some basic information about Python syntax, the Jupyter notebook interface, and move through how to import CSV files, using the pandas package to work with data frames, how to calculate summary information from a data frame, and a brief introduction to plotting. The last lesson demonstrates how to work with databases directly from Python.
99

1010
> ## Getting Started
1111
>

0 commit comments

Comments
 (0)