Hello, I found the `toJson` method name a bit misleading... maybe it should be named `toDict` instead as Python Pandas is doing https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_dict.html https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_json.html Best regards