File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ df.rename("age").into {
63
63
A special case of ` rename ` that renames all column names in a DataFrame to "camelCase" format.
64
64
65
65
This function standardizes column names by converting them from various naming styles—such as "snake_case",
66
- "PascalCase", "kebab-case", or "space delimited formats" into a consistent "camelCase form" .
66
+ "PascalCase", "kebab-case", or "space delimited formats" into a consistent "camelCase" form.
67
67
68
68
The transformation follows Kotlin naming conventions for variables and properties, making the resulting
69
69
column names idiomatic and easier to use in Kotlin code, which is especially useful
70
- in extension properties usage.
70
+ in [ extension properties usage] ( extensionPropertiesApi.md ) .
71
71
72
72
Use it right after loading raw data to normalize column names into a consistent format.
73
73
This is especially helpful when preparing the data for further transformations, column access,
You can’t perform that action at this time.
0 commit comments