What to write or search on github to get the code for what is written below:

NArshad narshad.380 at gmail.com
Sat Jan 15 05:38:34 EST 2022


What Dennis Lee is saying I will see to it later.

Right now what mrabarrnett is saying is of use. 



Why does the code written below is not giving any output?

    xls = ExcelFile('ABC.xlsx')
    df = xls.parse(xls.sheet_names[0], index_col=1)
    x=df.to_dict()
    print (x)

Only the contents of the first column and the column number is required in the dictionary


More information about the Python-list mailing list