pyDigitalWaveTools icon indicating copy to clipboard operation
pyDigitalWaveTools copied to clipboard

toJson should probably be named toDict

Open s-celles opened this issue 1 year ago • 0 comments

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

s-celles avatar Dec 13 '24 11:12 s-celles