MCPcopy Index your code
hub / github.com/pydata/xarray / time_unstack_fast

Method time_unstack_fast

asv_bench/benchmarks/unstacking.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.df_missing = self.da_missing.to_pandas()
15
16 def time_unstack_fast(self):
17 self.da_full.unstack("flat_dim")
18
19 def time_unstack_slow(self):
20 self.da_missing.unstack("flat_dim")

Callers

nothing calls this directly

Calls 1

unstackMethod · 0.45

Tested by

no test coverage detected