polars.Series.bin.encode#

Series.bin.encode(encoding: TransferEncoding) Series[source]#

Encode a value using the provided encoding.

Parameters:
encoding{‘hex’, ‘base64’}

The encoding to use.

Returns:
Series

Series of data type Boolean.