Re: [sqlalchemy] Copy a dataframe to postgresql database within a schema

2022-02-23 Thread Nahum Castro
andom package names as it guesses from my typing. I'd remove that > line. > > > On Wed, Feb 23, 2022, at 1:54 PM, Nahum Castro wrote: > > Hello All. > > I have a problem when I try to load a dataframe to postgresql and store it > in a schema.. > > from msilib impo

[sqlalchemy] Copy a dataframe to postgresql database within a schema

2022-02-23 Thread Nahum Castro
back (most recent call last): File "/Users/nahumcastro/Documents/load.py", line 1, in from msilib import schema ModuleNotFoundError: No module named 'msilib' I am on a macintosh computer. python 3.9.10 pandas is 1.4.1 sqlalchemy is 1.4.29 Thanks in advance for any help. Nahu