Skip to content

Commit

Permalink
Update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored May 21, 2023
1 parent 74bedb8 commit b66cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/2022/2022-11-01/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ horror_movies <- readr::read_csv('https://raw.githubusercontent.com/rfordatascie
| **runtime** | int | movie runtime (min) | 95 |
| **status** | char | movie status | Released |
| **genre_names** | char | list of genre tags | Horror, Thriller |
| **collection_id** | num | collection id (nullable) | 9735 |
| **collection** | num | collection id (nullable) | 9735 |
| **collection_name** | char | collection name (nullable) | Friday the 13th Collection |

### Cleaning Script
Expand Down

0 comments on commit b66cc71

Please sign in to comment.