Hello,
Im starting to use python in RStudio, and i'm having this encoding issue:
When i load an UTF-8 file, wrong characters appear in console. But when i check the dataset with view() it displays correctly, and inside CSV is also right. Its only an issue viewing it in console with print() and df["column"] in console
Anyone knows a way to fix this?
Thanks!