Skip to content

Commit 0f1d14f

Browse files
committed
fix: remove data-loaded debug text from developer-report-2025
1 parent c2567a0 commit 0f1d14f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

notebooks/insights/developer-report-2025.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,6 @@ def query_all_data(ECOSYSTEMS, mo, pd, pyoso_db_conn):
235235
return (df_all,)
236236

237237

238-
@app.cell(hide_code=True)
239-
def data_summary(df_all, mo):
240-
_ecosystems = df_all['ecosystem_name'].unique()
241-
_date_range = f"{df_all['day'].min().strftime('%Y-%m-%d')} to {df_all['day'].max().strftime('%Y-%m-%d')}"
242-
_rows = len(df_all)
243-
mo.md(f"**Data loaded:** {_rows:,} rows across {len(_ecosystems)} ecosystems ({_date_range})")
244-
return
245-
246238

247239
@app.cell(hide_code=True)
248240
def section_overall_trends(mo):

0 commit comments

Comments
 (0)