modin.pandas.DataFrame.columns

property DataFrame.columns: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.39.1/.tox/docs/lib/python3.9/site-packages/modin/pandas/dataframe.py#L313-L322)

Get the columns for this DataFrame.

Returns:

The union of all indexes across the partitions.

Return type:

pandas.Index

Language: English