You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I changed Locale to FRENCH in NumberUtil Class but it is not taken in copy column (I tried for Double type but I think it is the same for other types).
The only place where it is used is in DataFrame.print function..
The text was updated successfully, but these errors were encountered:
Hi,
Just wanted to convert Double value with "." decimal to "," decimal separator.
DataFrame targetDF = DataFrame.builder().addColumn(df.getColumn("ColName").copy()).build();
ColName is of type DoubleColumn.
When I do targetDF.print(), it works correcty. But with writeCSV() nothing changes. It shows "." as Decimal separator instead of "," even if Locale is set to French.
Hi,
I changed Locale to FRENCH in NumberUtil Class but it is not taken in copy column (I tried for Double type but I think it is the same for other types).
The only place where it is used is in DataFrame.print function..
The text was updated successfully, but these errors were encountered: