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