old
This commit is contained in:
parent
720f21a85b
commit
43076bcbb1
42 changed files with 237415 additions and 7831 deletions
|
@ -60,8 +60,8 @@ def fetch_data_from_db(db_path):
|
|||
df = pd.read_sql_query(query, conn)
|
||||
conn.close()
|
||||
print(
|
||||
f"Successfully fetched {len(df)} records (including DWA info) from the database."
|
||||
)
|
||||
f"Successfully fetched {len(df)} records (including DWA info) from the database."
|
||||
)
|
||||
|
||||
if df.empty:
|
||||
print("Warning: Fetched DataFrame is empty.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue