DataFrames from Vantage Data Sources | Teradata Package for Python - DataFrames from Teradata Vantage Data Sources - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Package for Python
Release Number
20.00
Published
March 2025
ft:locale
en-US
ft:lastEdition
2026-01-07
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage

You can construct a teradataml DataFrame from either an existing Vantage table or view or a SQL query result. The data source determines the DataFrame constructor function you use.

Vantage Data Source DataFrame Constructor Function
Table or view

DataFrame Constructor

DataFrame.from_table() Function

SQL query result DataFrame.from_query() Function
pandas DataFrame DataFrame.from_pandas Function
Dictionary DataFrame.from_dict Function
List of lists/tuples/dictionaries/numpy arrays DataFrame.from_records Function