Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_srs_bfill
Method
time_srs_bfill
asv_bench/benchmarks/groupby.py:441–442 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
439
self.df.groupby(
"group"
)[
"value"
].ffill()
440
441
def
time_srs_bfill(self):
442
self.df.groupby(
"group"
)[
"value"
].bfill()
443
444
445
class
GroupByMethods:
Callers
nothing calls this directly
Calls
2
bfill
Method · 0.45
groupby
Method · 0.45
Tested by
no test coverage detected