We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea81d06 commit 4bf00daCopy full SHA for 4bf00da
1 file changed
bigframes/dataframe.py
@@ -325,7 +325,7 @@ def dtypes(self) -> pandas.Series:
325
326
@property
327
def columns(self) -> pandas.Index:
328
- return pandas.Index(self._block.column_labels)
+ return self._block.column_labels
329
330
@columns.setter
331
def columns(self, labels: pandas.Index):
0 commit comments