Skip to content

Commit

Permalink
Update 'planes' dataframe name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyBuhler authored Jun 13, 2024
1 parent fee5a10 commit c6cd39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ View(flights)
```

### Practice
1. Check the other four data sets: `weather`, `airplanes`, `airports`, `airlines`.
1. Check the other four data sets: `weather`, `planes`, `airports`, `airlines`.
2. Why don't we put all the information in a data frame? What are the benefits of creating multiple data frames? Could you imagine what an overall combined data frame would look like?

So far you have seen some reasons to work with multiple data frames:
Expand Down

0 comments on commit c6cd39c

Please sign in to comment.