Skip to content

Commit

Permalink
Adding lesson 4 images
Browse files Browse the repository at this point in the history
  • Loading branch information
mattahrens committed Oct 7, 2023
1 parent 57b936e commit e0ed480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-Loading-data-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Going forward, you can copy the code that is displayed here into a new cell in y
```
import pandas as pd
country_data = {'Country': ['United States', 'Brazil', 'Spain', 'Thailand'], 'Population (millions)': [331.9, 214.3, 47.42, 71.6]}
country_data = {'Country': ['US', 'Brazil', 'Spain', 'Thailand'], 'Population (millions)': [331.9, 214.3]}
df = pd.DataFrame(country_data)
print(df)
```
Expand Down
Binary file modified docs/images/04-colab_country_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0ed480

Please sign in to comment.