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

Method time_bfill

asv_bench/benchmarks/series_methods.py:118–119  ·  view source on GitHub ↗
(self, dtype)

Source from the content-addressed store, hash-verified

116 self.ser.ffill()
117
118 def time_bfill(self, dtype):
119 self.ser.bfill()
120
121
122class SearchSorted:

Callers

nothing calls this directly

Calls 1

bfillMethod · 0.45

Tested by

no test coverage detected