modin.pandas.DataFrame.columns

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

Get the columns for this DataFrame.

Returns:

The union of all indexes across the partitions.

Return type:

pandas.Index

Language: English