mverleg / pyjson_tricks

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
Other
153 stars 23 forks source link

removed deprecated .ix syntax. Fixes #55 #67

Closed erwanp closed 4 years ago

erwanp commented 4 years ago

Passes tests

mverleg commented 4 years ago

Thanks for directly fixing, that's great! I haven't used Pandas in years so definitely saved me some time :-)

erwanp commented 4 years ago

Thanks for pushing a new patch version that fast!!