Oupsy
This commit is contained in:
parent
44b6a8b450
commit
ad64ac0e2a
@ -52,7 +52,7 @@ def generate_html_report(sqlite_fn: Path, html_fn: Path):
|
|||||||
dfs = pd.DataFrame()
|
dfs = pd.DataFrame()
|
||||||
for i in INTERVALS:
|
for i in INTERVALS:
|
||||||
dfi = df[::i].copy()
|
dfi = df[::i].copy()
|
||||||
breakpoint()
|
|
||||||
# dfi["granu"] = i
|
# dfi["granu"] = i
|
||||||
dfs = dfs.append(dfi)
|
dfs = dfs.append(dfi)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user