How to replace a table in pg Admin threw Jupyter Notebook?
how to replace a table in pg Admin threw Jupyter Notebook? I used this script Class_yelp.to_postgis(“class_yelp4”, engine), it runs, but when I want to restart the kernel or run the all script from the beginning, here comes me the message, that “ValueError: Table ‘class_yelp4’ already exists.”
It is for me useful when we change one column in Jupyter ntb and wanted than to replace threw Jupyter ntb. How can I fix it? Thank you, I’m the beginner 🙂