以下为卖家选择提供的数据验证报告:
数据描述
The data comes from Wikipedia.
The dataset included was mined from all 50 states, tidying column names, binding and aggregating.
Data Dictionary
state_stations.csv
variable | class | description |
---|---|---|
call_sign | character | Call Sign |
frequency | character | frequency |
city | character | city |
licensee | character | licensee |
format | character | format |
state | character | state |
station_info.csv
Can be joined:
state_stations |> dplyr::right_join(station_info, by = c("call_sign"))
variable | class | description |
---|---|---|
call_sign | character | Call sign |
facility_id | double | Facility id |
service | character | Service |
licensee | character | Licensee |
status | character | Status |
details | character | Details |
citation("tidytuesdayR")

Radio Stations
62.88MB
申请报告