Skip to content

Commit 523099b

Browse files
committed
rm statement referring to sql that was removed.
1 parent 5da69fd commit 523099b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cohort = pd.read_csv('./eicu_cohort_trees.csv')
4141
cohort.head()
4242
```
4343

44-
The data has been assigned to a dataframe called `cohort`. Each item that is listed after the `SELECT` statement appears as a column in the data. Let's take a look at the first few lines:
44+
The data has been assigned to a dataframe called `cohort`. Let's take a look at the first few lines:
4545

4646
|index|gender|age|admissionweight|unabridgedhosplos|acutephysiologyscore|apachescore|actualhospitalmortality|heartrate|meanbp|creatinine|temperature|respiratoryrate|wbc|admissionheight|
4747
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|

0 commit comments

Comments
 (0)