Hi, I'm having some issues with saving and loading...
# beginners-need-help
w
Hi, I'm having some issues with saving and loading pandas.CSVDataSet with characters not in ascii but in utf-8. Error message is 'utf-8' codec can't decode: invalid continuation byte. I've tried to add different encodings to save and load args in catalog but nothing seems to work. Reading the original file works fine and getting expected results in kedro jupyter but saving and loading the data breaks in kedro run. Any advice?