Skip to content

Tag: pandas

Save Dataframe changes to the same xlsx file using pandas (append)

Trying to save changes to the same xlsx file without overwriting it, What I use to read the file This has overwritten my file According to Pandas team the following could be used https://github.com/pandas-dev/pandas/blob/main/pandas/io/excel/_base.py#L800-L814 If someone could guide me through this I would be…