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
When trying to use datapaka (python3) an error is given because the keyword "encoding" is used on this line: out = json.dumps(dp.to_dict(), ensure_ascii=False, encoding='utf-8', indent=2)
When trying to use datapaka (python3) an error is given because the keyword "encoding" is used on this line:
out = json.dumps(dp.to_dict(), ensure_ascii=False, encoding='utf-8', indent=2)