Shrenik Patel
commited on
Commit
·
332a791
1
Parent(s):
0e76c05
Add dataset with remote URL link from data.gov
Browse files- dataGovTutorial.py +3 -0
dataGovTutorial.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from datasets import load_dataset
|
2 |
+
|
3 |
+
dataset = load_dataset("csv", data_files="https://data.transportation.gov/api/views/5ti2-5uiv/rows.csv?accessType=DOWNLOAD")
|