MOL-TR
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/7119334
下载链接
链接失效反馈官方服务:
资源简介:
MOL-TR data set
- format_dataframe.csv: Full traffic count data set of all vehicle types and all stations.
- holidays.csv: Public holidays during the period
- weather.csv: Weather data for each day
- minute_full.csv: Parsed traffic data
- minute_full_station_merged.csv: Parsed and merged traffic data
- locations.csv: Locations of measuring stations. Note that this information has not been thoroughly checked, and some of it is missing.
One can load data sets traffic data, holidays and weather with:
import pandas as pd
traffic = pd.read_csv('format_dataframe.csv')
holidays = pd.read_csv('holidays.csv')
weather = pd.read_csv('weather.csv')
创建时间:
2024-06-17



