pd.isnull(Panel) errors when Panel is empty #4986
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
related #3551
While the above is contrived. I hit the error when building out a
slice(0,0)
programmatically like the following:The text was updated successfully, but these errors were encountered: