Skip to content

Commit 8877f99

Browse files
committed
update data path
1 parent 5317e63 commit 8877f99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/airbnb-challenge.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"outputs": [],
6565
"source": [
66-
"listings_df = pd.read_csv('https://storage.googleapis.com/introduction-to-data-science/airbnb-dataset.csv')"
66+
"listings_df = pd.read_csv('data/airbnb-dataset.csv')"
6767
]
6868
},
6969
{

content/car-price-prediction-challenge.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
}
271271
],
272272
"source": [
273-
"cars = pd.read_csv('https://storage.googleapis.com/introduction-to-data-science/car-prices.csv')\n",
273+
"cars = pd.read_csv('data/car-prices.csv')\n",
274274
"cars"
275275
]
276276
},

content/house-price-prediction-project.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
"outputs": [],
9696
"source": [
97-
"houses = pd.read_csv('https://storage.googleapis.com/introduction-to-data-science/house-prices.csv')\n",
97+
"houses = pd.read_csv('data/house-prices.csv')\n",
9898
"houses.head()"
9999
]
100100
},

content/spotify-project.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"outputs": [],
6868
"source": [
69-
"df = pd.read_csv('https://storage.googleapis.com/introduction-to-data-science/spotify-dataset.csv')"
69+
"df = pd.read_csv('data/spotify-dataset.csv')"
7070
]
7171
},
7272
{

0 commit comments

Comments
 (0)