Hi Friend,
If you want more option, new t-sql with predict statement directly on db.
On Mon, Jul 27, 2020, 4:25 PM AJ Wattoo wrote:
> as far i understand you want to connect with postgreSQL database on
> jupyter notebook :
> you can do like this
> 1. install -c anaconda psycopg2 and install -
as far i understand you want to connect with postgreSQL database on jupyter
notebook :
you can do like this
1. install -c anaconda psycopg2 and install -c anaconda sqlalchemy
*2. *from sqlalchemy import create_engine and import pandas as pd
3.
engine=create_engine(‘postgres+psycopg2://postgres:
Try sql alchemy, if you need a full access with many functionality. Other
than that, u can connect directly to the database through python. The exact
implementation will depend on the database type
Le dim. 26 juil. 2020 à 18:15, Gurmeet Kaur
a écrit :
> you could try using connection and cursor
you could try using connection and cursor to connect nd then pandas to read
csv using readcsv function
On Sun, Jul 26, 2020, 11:59 AM Prashant Singh
wrote:
> How can i connect database with help of function in jupyter notebook and
> then conver data into csv to build model ?
>
> --
> You receive
How can i connect database with help of function in jupyter notebook and
then conver data into csv to build model ?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
5 matches
Mail list logo