This commit is contained in:
Oleg Sheynin
2025-07-24 21:09:13 +00:00
parent a7b4777f76
commit af0a6f62a9
9 changed files with 247 additions and 6224 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from typing import Dict, List, cast
import pandas as pd
def load_sqlite_to_dataframe(db_path, query):
def load_sqlite_to_dataframe(db_path:str, query:str) -> pd.DataFrame:
try:
conn = sqlite3.connect(db_path)