-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Panel indexing with partial setting #10839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @seth-p what would be really helpful is some more comprehensive testing to find the edge cases with panel (I added some but things take different paths so need to hit them all) |
The example in #10360 (comment) is still broken as of Pandas 0.18.0. |
it's still an open issue |
you might find xarray more convenient for representing nd data FYI |
I looked briefly at xarray, and I like it, but I'm not ready to abandon Panels quite yet... |
closing as Panels are deprecated |
xref #10360 / #10838
takes care of full slices, e.g.
p.iloc[0,0,:] = [1,2,3]
, but the following is still failing(whether mixed blocks or not)
The text was updated successfully, but these errors were encountered: