Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_df_bfill
Method
time_df_bfill
asv_bench/benchmarks/groupby.py:435–436 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
433
self.df.groupby(
"group"
).ffill()
434
435
def
time_df_bfill(self):
436
self.df.groupby(
"group"
).bfill()
437
438
def
time_srs_ffill(self):
439
self.df.groupby(
"group"
)[
"value"
].ffill()
Callers
nothing calls this directly
Calls
2
bfill
Method · 0.45
groupby
Method · 0.45
Tested by
no test coverage detected