version 1.0.23

This commit is contained in:
Roope Astala
2019-04-08 15:34:51 -04:00
parent a956162114
commit c3ce932029
30 changed files with 5259 additions and 4148 deletions

View File

@@ -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)"
]
},
{