Dataframe
 
1.0

parse

Edit pageLast modified: 15 July 2025

Returns a DataFrame in which the given String columns are parsed into other types.

This is a special case of the convert operation.

This parsing operation is sometimes executed implicitly, for example, when reading from CSV or type converting from String columns. You can recognize this by the locale or parserOptions arguments in these functions.

Related operations: Update / convert values

To parse only particular columns use a column selector: