Github user icexelloss commented on the issue:
https://github.com/apache/spark/pull/21427
I think so:
```
>>> type(pd.DataFrame({'1': [1], '2': [2]}).columns)
<class 'pandas.core.indexes.base.Index'>
>>> type(pd.DataFrame([[1, 2.0, "hello"]]).columns)
<class 'pandas.core.indexes.range.RangeIndex'>
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
