MCPcopy
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
445class GroupByMethods:

Callers

nothing calls this directly

Calls 2

bfillMethod · 0.45
groupbyMethod · 0.45

Tested by

no test coverage detected