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: SeriesSeries of data type Boolean.