[
https://issues.apache.org/jira/browse/SPARK-37181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443764#comment-17443764
]
pralabhkumar edited comment on SPARK-37181 at 11/15/21, 2:10 PM:
-----------------------------------------------------------------
However from users point of view , if user mention latin-1 in pyspark.pandas
then instead of throwing "pyspark.sql.utils.IllegalArgumentException: latin-1"
, spark can internally convert it to ISO-8859-1
cc [~hyukjin.kwon] , [~yikunkero]
Let me know , if my understanding is correct . If yes, then I can work on this
h1.
was (Author: pralabhkumar):
However from users point of view , if user mention latin-1 in pyspark.pandas
then instead of throwing "pyspark.sql.utils.IllegalArgumentException: latin-1"
, spark can internally convert it to ISO-8859-1
cc [~hyukjin.kwon] , [~yikunkero]
Let me know , if I can work on this
h1.
> pyspark.pandas.read_csv() should support latin-1 encoding
> ---------------------------------------------------------
>
> Key: SPARK-37181
> URL: https://issues.apache.org/jira/browse/SPARK-37181
> Project: Spark
> Issue Type: Sub-task
> Components: PySpark
> Affects Versions: 3.2.0
> Reporter: Chuck Connell
> Priority: Major
>
> {{In regular pandas, you can say read_csv(encoding='latin-1'). This encoding
> is not recognized in pyspark.pandas. You have to use Windows-1252 instead,
> which is almost the same but not identical. }}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]