Комментарии:
Exactly what i needed, thank you!
ОтветитьI receiver this error when trying to import postgresql as settings No module named ‘Local_setting’
ОтветитьI am trying this on my chromebook. Completed this first tutorial just fine except since the linux subsystem on chromebook does not have systemctl the sudo -i -u postgres command gives an error. But everything works. Curious to see if I can complete the whole series. Should be able to. Thanks for your work and you have a nice pace and a good voice for this.
ОтветитьHi, how do you ensure the session/connections gets closed?
Ответитьnice video man, i can see you have a lot of experience :-)
Ответитьprofessional
ОтветитьWell done !! Best
ОтветитьSuch a big code just to use a password.
ОтветитьI'm having problems importing psql module. What package do I need to install to access it?
ОтветитьMight I suggest that you read-up on ~/.pgpass?
ОтветитьIs there a way to work with the connected database or table with pyspark instead of pandas?
I would like to store the accessed database into a variable in which I can apply modifications directly through jupyter notebook
Why is pool_size required in the create_engine method any particular importance for it?could anyone mention about it
Ответитьthan you sir
ОтветитьI have the error: "from sqlalchemy_utils import database_exists, create_database" name 'database_exists' is not defined
Ответитьhi:
How would SQLAlchemy connect to a *.dbc database from visual foxpro. thank you