postgresql 예제 - arcturus9/useful-link GitHub Wiki
-
외부에서 접속가능하도록 IP 설정
https://sujinisacat.tistory.com/9 -
user생성/ db생성 / schema생성 예제
https://kimdubi.github.io/postgresql/pg_schema/ -
python코드 활용해서 txt 파일(csv)을 DB에 업로드 외부 데이터를 Table에 업로드하는 5가지 방법 : CREATE EXTERNAL TABLE, COPY, INSERT INTO VALUES(), pd.DataFrame.to_sql(), DBeaver import
https://rfriend.tistory.com/432 -
(1) df_to_sql() -- Python DataFrame을 Sqlalchemy engine을 이용해 DB Table에 직접 쓰기 : df.to_sql()
https://rfriend.tistory.com/462 -
(2) 한줄씩 가능하도록 -- Python DataFrame을 Postgresql, Greenplum DB에 Copy 해서 넣는 방법
https://rfriend.tistory.com/457?category=759528 -
python코드에서 DB에서 데이터 load하고, 수정해서 다시 upload
-
[Greenplum & PostgreSQL DB] 동일 간격 범위별로 관측치 개수를 세고(width_bucket), Python으로 막대그래프 시각화하기(bar plot)
https://rfriend.tistory.com/434?category=759528 -
[psycopg2] postgresql과 python연동
https://suspected.tistory.com/133