Skip to content

Tag: xlsx

empty column in .toexcel() with pandas

i use pandas for python to generate a xlsx file with two other file. i take the first one as a template, and file the column with the second file. i wrote: but when i open my xlsx file the column ” and ‘Code du client *’ are empty, the other Columns are OK… I don’t know why it do…