Skip to content

Commit

Permalink
Upload domain table to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jan 25, 2023
1 parent e4a6804 commit 3a320f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 268 deletions.
5 changes: 3 additions & 2 deletions Feature Engineering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"source": [
"### Join with domain information\n",
"\n",
"Download the \"Taxi Zone Lookup Table (CSV) from [here](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) and save it to `data/taxi+_zone_lookup.csv`"
"Downloaded the \"Taxi Zone Lookup Table (CSV) from [here](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page)"
]
},
{
Expand All @@ -223,7 +223,8 @@
"outputs": [],
"source": [
"taxi_zone_lookup = pd.read_csv(\n",
" \"data/taxi+_zone_lookup.csv\", usecols=[\"LocationID\", \"Borough\"]\n",
" \"s3://coiled-datasets/prefect-dask/nyc-uber-lyft/taxi+_zone_lookup.csv\",\n",
" usecols=[\"LocationID\", \"Borough\"],\n",
")\n",
"BOROUGH_MAPPING = {\n",
" \"Manhattan\": \"Superborough 1\",\n",
Expand Down
266 changes: 0 additions & 266 deletions data/taxi+_zone_lookup.csv

This file was deleted.

0 comments on commit 3a320f1

Please sign in to comment.