feat: Build complete POC for Butler model (client, matrix, daemon)
This commit is contained in:
8
connector-superoffice/inspect_matrix.py
Normal file
8
connector-superoffice/inspect_matrix.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import sqlite3
|
||||
import pandas as pd
|
||||
|
||||
conn = sqlite3.connect("marketing_matrix.db")
|
||||
df = pd.read_sql_query("SELECT * FROM text_blocks", conn)
|
||||
conn.close()
|
||||
|
||||
print(df.to_markdown(index=False))
|
||||
Reference in New Issue
Block a user