gpt_jailbreak_status
gpt_jailbreak_status copied to clipboard
How to load the csv or txt file with emoji character into python?
When i used pd.read_csv()
, it gave an error like this:
the
pd.read_html()
is ok, but can't get the emoji correctly:
This is annoying, i want to get all information perfectly in these data, have any solutions?
Good point, I can look at stripping those out I'll have a think.