Michael Buhidar

Results 4 comments of Michael Buhidar

I had the same error after upgrading to Python 3.10. Clearing the cache using `howdoi -C` fixed it for me. Great tool btw - thank you!

I think simply adding default ddof arguments for these methods may fix it. Submitted PR #15267 as a potential fix and included examples for those methods as part of that...

Thank you for the feedback - suggestions addressed in latest commit.

Created a PR to improve formatting for `Series.binary.encode` and `Series.binary.decode` examples. Also added an example case for `Series.binary.decode` with the `strict` parameter set to `False`.