spylon-kernel
spylon-kernel copied to clipboard
utf-8_to_iso-8859-1
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.
@parente @mariusvniekerk Do you know who owns this repo and can merge PRs? Thx
@Bidek56 Sorry, I do not.