Fix typo 'nycfights13' to 'nycflights13' (#1575)

This commit is contained in:
Yvonne Fröhlich 2023-10-26 04:11:56 +02:00 committed by GitHub
parent e8f85d572e
commit cd9f3a6746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ You'll also learn how to check that your keys are valid, and what to do if your
Every join involves a pair of keys: a primary key and a foreign key.
A **primary key** is a variable or set of variables that uniquely identifies each observation.
When more than one variable is needed, the key is called a **compound key.** For example, in nycfights13:
When more than one variable is needed, the key is called a **compound key.** For example, in nycflights13:
- `airlines` records two pieces of data about each airline: its carrier code and its full name.
You can identify an airline with its two letter carrier code, making `carrier` the primary key.