Skip to content

Commit 534c31b

Browse files
authored
04-data-types-and-format.md: import pandas (#463)
1 parent 1e7ff19 commit 534c31b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_episodes/04-data-types-and-format.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ types, let's explore the format of our survey data. We'll be working with the
8383
same `surveys.csv` dataset that we've used in previous lessons.
8484

8585
~~~
86+
# Make sure pandas is loaded
87+
import pandas as pd
88+
8689
# Note that pd.read_csv is used because we imported pandas as pd
8790
surveys_df = pd.read_csv("data/surveys.csv")
8891
~~~

0 commit comments

Comments
 (0)