Home > other >  Rookie help! Pandas how to label the worksheet output
Rookie help! Pandas how to label the worksheet output

Time:09-22

Have used pandas import excel, how to set up the index set, and then have to get all the worksheet label name export to excel wow
From set up the index will not write...

CodePudding user response:

The import pandas as pd

Xx=pd. Read_excel (' C:/User/Administrator/Desktop/filename. XLS ', None)
Print (xx. The keys ())
  • Related