Data in Parquet Format | Native Object Store | Teradata Python Package - Data in Parquet Format - 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
Foreign table created in Parquet format typically contains the following columns:
  • Location
  • Other user-specified columns in Parquet format specified while creating foreign table

You can create a teradataml DataFrame on a foreign table using "DataFrame()" or "DataFrame.from_table()", the same way to create a teradataml DataFrame on a regular table. With the created DataFrame, you can easily access the data in these columns and process the data using teradataml DataFrame API or other Python packages.

Unlike foreign tables on JSON and CSV format data, teradataml DataFrame on Parquet data provides direct access to the actual data in Parquet files, as described in Accessing Foreign Table Created On Parquet Data.