Skip to content

Commit 007d58e

Browse files
committed
moved readme to data
1 parent ed78a26 commit 007d58e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: data/tidytuesreadme.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# TV's golden age is real
2+
3+
This week's [**DATA**](IMDb_Economist_tv_ratings.csv) is curated courtesy of [Sara Stoudt](https://twitter.com/sastoudt) and comes from the recently created **The Economist** [Data GitHub](https://github.com/TheEconomist)!
4+
5+
Their November 24th article on [TV ratings](https://www.economist.com/graphic-detail/2018/11/24/tvs-golden-age-is-real) covers 'all TV dramas ... via IMDb from 1990 to 2018'.
6+
7+
# Data Dictionary
8+
9+
Data dictionary courtesy of `skimr` and `kable`, with credit to [Phillip Knor](https://twitter.com/philip_khor) for the [pull-request](https://github.com/rfordatascience/tidytuesday/tree/master/community_resources/code_chunks).
10+
11+
|type |variable |missing |complete |n |min |max |
12+
|:---------|:------------|:-------|:--------|:----|:----------|:----------|
13+
|character |genres |0 |2266 |2266 |5 |25 |
14+
|character |title |0 |2266 |2266 |1 |51 |
15+
|character |titleId |0 |2266 |2266 |9 |9 |
16+
|Date |date |0 |2266 |2266 |1990-01-03 |2018-10-10 |
17+
|integer |seasonNumber |0 |2266 |2266 |NA |NA |
18+
|numeric |av_rating |0 |2266 |2266 |NA |NA |
19+
|numeric |share |0 |2266 |2266 |NA |NA |
20+
21+

0 commit comments

Comments
 (0)