Slicing a dataframe for rows by set of index labels returns empty rows for missing labels, feature or bug? #2911
Labels
API Design
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
what is the best way to safely slice using multiple index labels? (i.e. not create new NaN rows?) is the best way to do this to intersect the index with the searched values before searching?
The text was updated successfully, but these errors were encountered: