parse

Edit pageLast modified: 15 May 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.

To parse only particular columns use a column selector: