Will Kurt
Will Kurt
To be clear, this is definitely an enhancement and not a bug since this is [the documented behavior](https://pandas.pydata.org/docs/reference/api/pandas.get_dummies.html) of `get_dummies`. The issue is that defaulting to `np.uint8` is not what...
Makes sense to me. I appreciate you looking into this, thanks!
I should have a blog post out covering the details the implementation (and refactoring it a bit) reasonably soon which hopefully will clear up the implementation details. There are a...