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

Method time_sparse_array

asv_bench/benchmarks/sparse.py:45–46  ·  view source on GitHub ↗
(self, dense_proportion, fill_value, dtype)

Source from the content-addressed store, hash-verified

43 self.array = make_array(N, dense_proportion, fill_value, dtype)
44
45 def time_sparse_array(self, dense_proportion, fill_value, dtype):
46 SparseArray(self.array, fill_value=fill_value, dtype=dtype)
47
48
49class SparseDataFrameConstructor:

Callers

nothing calls this directly

Calls 1

SparseArrayClass · 0.90

Tested by

no test coverage detected