mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 01:55:07 -05:00
update samples from Release-141 as a part of 1.0.57 SDK release
This commit is contained in:
@@ -90,10 +90,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from IPython.display import display\n",
|
||||
"dataset_root = \"https://dprepdata.blob.core.windows.net/demo\"\n",
|
||||
"\n",
|
||||
"green_path = \"/\".join([dataset_root, \"green-small/*\"])\n",
|
||||
"yellow_path = \"/\".join([dataset_root, \"yellow-small/*\"])\n",
|
||||
"green_path = \"https://dprepdata.blob.core.windows.net/demo/green-small/*\"\n",
|
||||
"yellow_path = \"https://dprepdata.blob.core.windows.net/demo/yellow-small/*\"\n",
|
||||
"# (optional) Download and view a subset of the data: https://dprepdata.blob.core.windows.net/demo/green-small/green_tripdata_2013-08.csv\n",
|
||||
"\n",
|
||||
"green_df_raw = dprep.read_csv(path=green_path, header=dprep.PromoteHeadersMode.GROUPED)\n",
|
||||
"# auto_read_file automatically identifies and parses the file type, which is useful when you don't know the file type.\n",
|
||||
|
||||
Reference in New Issue
Block a user