HyukjinKwon commented on a change in pull request #33907:
URL: https://github.com/apache/spark/pull/33907#discussion_r702555143
##########
File path: python/pyspark/pandas/namespace.py
##########
@@ -407,6 +410,20 @@ def read_csv(
index_spark_column_names = []
index_names = []
+ data_spark_columns = [scol_for(sdf, col) for col in column_labels.values()]
+ if thousands is not None:
Review comment:
I think you can set `locale` option in CSV. Should probably find one
standard that adds `,` in numbers. e.g.) see
https://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]