Michael Buhidar
Michael Buhidar
A portion of #13161 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`.
Attempt at fix for issue #15266. Also, adds examples for both of these methods. Simply adding default ddof values as arguments for these methods seems to fix the issue.
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...