You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to run the tutorial. By executing:
raw_df = pd.read_csv(r"/stornext/Bioinf/data/lab_brain_cancer/users/l_freytag/data/plasticity/trellis/tutorial/Metadata_PDO21")
the error message
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 10: invalid start byte
Any other encoder doesn´t work either. A similar encoding error occures with Metadata_final_paper
Any help is highly appreciated.
Cheers, Lutz
The text was updated successfully, but these errors were encountered:
Hi Maria,
thanks - this solved the problem.
Cheers, Lutz
Von: Maria Ramos ***@***.***>
Gesendet: Mittwoch, 6. März 2024 14:14
An: MariaRamosZ/Trellis_how_to ***@***.***>
Cc: Lutz Freytag ***@***.***>; Author ***@***.***>
Betreff: Re: [MariaRamosZ/Trellis_how_to] encoding error Metadata_PDO21 (Issue #1)
Hi Lutz,
It seems like your file might be compromised, have you tried unzipping it through the terminal first? It should be a csv file that you are reading.
Best,
Maria.
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BGWYOB2B5BDXND77EGA47ADYW4JB7AVCNFSM6AAAAABEHXD7Z2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DSNRVGI>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
Hello, I want to run the tutorial. By executing:
raw_df = pd.read_csv(r"/stornext/Bioinf/data/lab_brain_cancer/users/l_freytag/data/plasticity/trellis/tutorial/Metadata_PDO21")
the error message
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 10: invalid start byte
Any other encoder doesn´t work either. A similar encoding error occures with Metadata_final_paper
Any help is highly appreciated.
Cheers, Lutz
The text was updated successfully, but these errors were encountered: