DataFrame.print() can't print the DataFrame correctly.
Describe the bug DataFrame.print() can't print the DataFrame correctly.
Screenshots

Desktop (please complete the following information):
- OS: [MacOS Monterey v12.3.1]
- Browser [Nodejs v14.16.1]
- Version [[email protected]]
Finally, I found that if the columns contain the keywordindex, the print method will make mistake, and even the loc method will have problem. If there is no index in the columns, everything is normal.
index in columns:

no index:

Finally, I found that if the columns contain the keyword
index, thelocmethod will have problem. If there is noindexin the columns, everything is normal.
indexin columns:no
index:
Nice catch. I will work on a fix, unless you're interested in working on this.