JuliaPy/Pandas.jl

_IXIndexer error with pandas 1.0.0

tk3369 opened this issue · 1 comments

The latest pandas (v1.0.0) does not have _IXIndexer key anymore. I reverted to pandas 0.25.3 as a workaround for now but I think Pandas.jl needs to catch up...

julia> using Pandas
[ Info: Precompiling Pandas [eadc2687-ae89-51f9-a5d9-86b5a6373a9c]
ERROR: InitError: KeyError: key "_IXIndexer" not found
Stacktrace:
 [1] getproperty(::PyObject, ::String) at /home/tkwong/.julia/packages/PyCall/ttONZ/src/PyCall.jl:308
 [2] (::Pandas.var"#21#24")() at /home/tkwong/.julia/packages/Pandas/wBpaf/src/Pandas.jl:216
 [3] __init__() at /home/tkwong/.julia/packages/Pandas/wBpaf/src/Pandas.jl:28``

You're right. I'd gladly take a pull request to get us compatible with Pandas 1.0, or I'll get it to myself sometime in the next week or so.