version 1.0.23
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"Use the following to install necessary packages if you don't already have them.\n",
|
||||
"\n",
|
||||
"```shell\n",
|
||||
"pip install azureml-dataprep\n",
|
||||
"pip install \"azureml-dataprep>=1.1.0,<1.2.0\"\n",
|
||||
"```\n",
|
||||
"\n",
|
||||
"Import the SDK."
|
||||
@@ -557,8 +557,7 @@
|
||||
"import os\n",
|
||||
"file_path = os.path.join(os.getcwd(), \"dflows.dprep\")\n",
|
||||
"\n",
|
||||
"package = dprep.Package([final_df])\n",
|
||||
"package.save(file_path)"
|
||||
"final_df.save(file_path)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user