I am using PySpark on Jupyter Notebook with Python 3.6 and Spark 3.3. When I am trying to display some polish characters i obtain "?" instead of them. Here is the sample of my code and output:
print(f"Średnia ilość wynosi: {my_avg}")
output:
?rednia ilo?? wynosi: 2.5280988358080707
My encoding is utf-8.