This commit is contained in:
spirgel 2016-04-02 16:49:10 -04:00
parent 53dc4b8784
commit de28aa5827
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ This diagram is a little overwhelming, and even so it's simple compared to some
For nycflights13:
* `flights` connects to `planes` via single variable, `tailnum`. `flights`
connect `airlines` with the `carrier` variable.
* `flights` connects to `planes` via a single variable, `tailnum`. `flights`
connects to `airlines` with the `carrier` variable.
* `flights` connects to `airports` in two ways: via the `origin` or the
`dest`.