BUG: SparsePanel cross sectional not working #9252
Labels
Compat
pandas objects compatability with Numpy or Python functions
Enhancement
Sparse
Sparse Data Type
My understanding is that SparsePanel is supposed to have the same API as Panel, so I expected
sparse_pan[:,:,1]
to work:No surprise: same behavior with ix and iloc.
Accessing via
minor_xs
does workThe text was updated successfully, but these errors were encountered: