mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
parent
918750c3ba
commit
dc30d15155
@ -11,11 +11,11 @@ This dataset can be obtained in two ways:
|
||||
Downloading data:
|
||||
|
||||
```bash
|
||||
for s in `seq 1987 2017`
|
||||
for s in `seq 1987 2018`
|
||||
do
|
||||
for m in `seq 1 12`
|
||||
do
|
||||
wget http://transtats.bts.gov/PREZIP/On_Time_On_Time_Performance_${s}_${m}.zip
|
||||
wget https://transtats.bts.gov/PREZIP/On_Time_Reporting_Carrier_On_Time_Performance_1987_present_${s}_${m}.zip
|
||||
done
|
||||
done
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user