StringDecoding
object StringDecoding
Decoding of Series of strings to specific types.
- Since
0.1.0
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
Decodes Series of strings automatically by attempting to process strings with multiple decoders. If decoding fails
for one row the next decoder in decoders is tried.
Decodes Series of strings automatically by attempting to process strings with multiple decoders. If decoding fails
for one row the next decoder in decoders is tried.
- Value Params
- decoders
Array of decoders.
- series
Series to decode.
- Returns
Series of decoded type.
- Since
0.1.0