Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utf-8_to_iso-8859-1 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gr4vi7y
Copy link

@Gr4vi7y Gr4vi7y commented Jun 10, 2021

This change fixes the crash of the interpreter with special characters in windows.

Working with Apache Spark in Jupyter Notebook in the windows operating system (in linux it does not happen), if the dataframe includes special characters, the interpreter is blocked indefinitely.

Analyzing the code I have been able to verify that for some reason the UTF-8 encoding is the one that caused the problem.

Fixed the crash of the interpreter with special characters in windows.
@Bidek56
Copy link

Bidek56 commented Oct 4, 2022

@parente @mariusvniekerk Do you know who owns this repo and can merge PRs? Thx

@parente
Copy link
Contributor

parente commented Oct 13, 2022

@Bidek56 Sorry, I do not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants