Erik Welch
Erik Welch
**Describe the bug** I expect a categorical dtype to always have `dtype.order` be `True` or `False`. It is sometimes `None` after construction, or converted to `None` after an operation such...
**Describe the bug** `Series.drop_duplicates(ignore_index=True)` does not preserve order. This, in turn, results in havoc when dealing with categorical dtypes, which often uses the fact that `drop_duplicates` is expected to preserve...
~Currently, this only does SG version for #2401. MG is still TODO.~ Closes #2401 This also doesn't change anything user-facing (yet).
Closes #2399 This is ~not yet~ *now* implemented for MG.
## Description I create an `Output` object on the main thread and display something on it. Then, in another thread, I try to clear the output and display other things...
Fixes #3260.
When using `GxB_*_serialize`, I would like the option to set the name of a user-defined type to be used in the output blob. This is for maximum portability. A sufficient...
I think these would be nice to have. Their usage can come about when wanting to run an algorithm for a single node. I know one can extract a column...
How much trouble would it be for you to finally add this? I would use it and love it. To work around the lack of this functionality, I make a...
I would expect some select operations to be more memory efficient then they currently are. Here are a couple examples where I get `OutOfMemory` error: - Large, full iso-valued Matrix...