keys() Method | Teradata Python Package - keys() Method - 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

Use the keys() method to get a list of column names.

The keys() method is identical to the columns Property.

Example

>>> df = DataFrame("sales")
>>> df.keys()
['accounts', 'Feb', 'Jan', 'Mar', 'Apr', 'datetime']