Skip to content
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

Filtering by Multi-Index Column Results in Wrong Rows Selected #144

Closed
dragoljub opened this issue Nov 14, 2017 · 2 comments
Closed

Filtering by Multi-Index Column Results in Wrong Rows Selected #144

dragoljub opened this issue Nov 14, 2017 · 2 comments

Comments

@dragoljub
Copy link

When running the example below. Type in 'unit' in the country column and select United States. The selected rows are incorrectly Algeria. Probably issue with Multi-Index section after fuzzy search reduction.

import qgrid
import pandas as pd
from pandas_datareader import wb
df_countries = wb.download(indicator='NY.GDP.PCAP.KD', country=['all'], start=2005, end=2008)
df_countries.columns = ['GDP per capita (constant 2005 US$)']
qgrid.show_grid(df_countries)

image

@TimShawver
Copy link
Contributor

Thanks...this sounds like the same issue as #135. I've started working on it but haven't quite finished yet. Should have a fix (and a new beta release) in the next week or so.

@dragoljub
Copy link
Author

Cool I'll check back next week. Thanks! qgrid is starting to look really good. 👍

TimShawver pushed a commit that referenced this issue Nov 18, 2017
… applied resulted in the wrong rows being shown (#135, #144, #145).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants