(self, index=True, deep=False)
| 425 | return NuniqueApprox(self, b=16, split_every=split_every) |
| 426 | |
| 427 | def memory_usage_per_partition(self, index=True, deep=False): |
| 428 | return MemoryUsagePerPartition(self, index, deep) |
| 429 | |
| 430 | @functools.cached_property |
| 431 | def divisions(self): |