Uploading Data using load_example_data() Function - Uploading Data using load_example_data() Function - Teradata Package for Python - Teradata Vantage

Getting Started Guide for Data Scientists Using Python with Vantage

Product
Teradata Package for Python
Teradata Vantage
Release Number
17.00
Published
December 2020
Language
English (United States)
Last Update
2023-06-28
dita:mapPath
rdw1604689631129.ditamap
dita:ditavalPath
hod1606861214058.ditaval
dita:id
B700-4040

The dataset used in this example is included in the teradataml package.

The teradataml package offers various functions and each function provides some examples. You need to use the load_example_data() helper function to upload the sample datasets to Vantage to test these examples.

For this example, use the following command to upload the sample dataset to Vantage and create a table "retail_churn_table".
load_example_data("sessionize", "retail_churn_table")
The load_example_data() function can only be used in a restricted way. See Teradata Package for Python User Guide, B700-4006 for details on restrictions and usage of the load_example_data() function.