load_data() Arguments | Teradata Package for Generative AI - load_data() Parameters - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

Required Parameters

function_name
Contains the prefix name of the example json file used to load data.
Use the function_name values only as specified in the load_data() function calls, specified in the example sections of teradatagenai APIs. If any other string is passed as prefix input, an error is returned.

The <function_name>_example.json file contains the schema information for the tables that can be loaded using the JSON file.

Types: str
table_name
Specifies the name of the table to be created in the database.
Table names must have an equivalent data file (CSV) present at teradataml/data. Schema information must also be present in <function_name>_example.json.
Types: str or list of str