Get rid of characters when writing a dataframe to postgress – Postgresql
I have a large script that saves data to a postgres database. Tell me how can I get rid of [' and ']. I need the data in the storage to be saved without these characters total.to_csv("C:/Users/.../total_type19.csv", index = False,…