We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10df1f commit cfbf6a2Copy full SHA for cfbf6a2
src/ibis_analytics/metrics.py
@@ -23,7 +23,7 @@ def _densify(t: ibis.Table, ts_col: str, agg_col: str) -> ibis.Table:
23
.as_table()
24
)
25
26
- return t.join(ts, ts_col, how="outer").select(
+ return t.join(ts, ts_col, how="right").select(
27
**{ts_col: f"{ts_col}_right", agg_col: ibis._[agg_col].fill_null(0)},
28
29
0 commit comments