直接使用以下脚本:
import psycopg2
import duckdb
import pandas as pd
# Connect to PostgreSQL
conn_postgres = psycopg2.connect(
dbname="pg_test_db",
user="your_username", # Replace with your username
password="your_password", # Replace with your password
host="localhost", # Or your PostgreSQL server's address
port="5432" # Default PostgreSQL port
)
# Fetch data from PostgreSQL into a pandas DataFrame
query = "SELECT * FROM table_test"
df = pd.read_sql_query(query, conn_postgres)
# Close the PostgreSQL connection
conn_postgres.close()
# Initialize DuckDB in-memory database
duckdb_conn = duckdb.connect(database=':memory:')
# Load the DataFrame into DuckDB
duckdb_conn.register('table_test_duck', df)
# Now you can perform queries using DuckDB on the registered table
result_df = duckdb_conn.execute("SELECT * FROM table_test_duck WHERE some_column = 'some_value'").fetchdf()
# Display the result
print(result_df)
# Don't forget to close the DuckDB connection when done
duckdb_conn.close()
GitHubID:shiyi23
践行 活在当下 的理念
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本