MCPcopy
hub / github.com/pandas-dev/pandas / time_srs_ffill

Method time_srs_ffill

asv_bench/benchmarks/groupby.py:438–439  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

436 self.df.groupby("group").bfill()
437
438 def time_srs_ffill(self):
439 self.df.groupby("group")["value"].ffill()
440
441 def time_srs_bfill(self):
442 self.df.groupby("group")["value"].bfill()

Callers

nothing calls this directly

Calls 2

ffillMethod · 0.45
groupbyMethod · 0.45

Tested by

no test coverage detected