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
Currently encoding paramter is prepared in CsvFileProcessor.
In the most case, we use utf-8 as encoding.
I think we can remove this parameter for simplicity.
Currently encoding paramter is prepared in
CsvFileProcessor.In the most case, we use
utf-8as encoding.I think we can remove this parameter for simplicity.
gokart/gokart/file_processor.py
Line 128 in e99c591