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 not working when any column name has a period (e.g., 'col.3') #7852

Closed
rickhg12hs opened this issue Nov 7, 2018 · 0 comments
Closed
Assignees

Comments

@rickhg12hs
Copy link

rickhg12hs commented Nov 7, 2018

I'd like to preserve the given column names, but if even just one of them contains a period ('.'), the filtering function no longer works. There is no reported error, just no filtering happens.

Modifying a table from previous issue #7534 demonstrates the problem. Note the last column col.3. Filtering doesn't work for any column.

table=TableDisplay(pd.DataFrame(data=[[4.0,'Hello',1.0],
                                      [2.9,'World',3.2]],
                                columns=['col1try','col2','col.3']))
table
piorek added a commit that referenced this issue Dec 12, 2018
piorek added a commit that referenced this issue Dec 12, 2018
LeeTZ pushed a commit that referenced this issue Dec 13, 2018
* #7852 fix filtering

* #7852 remove debugger statement
@LeeTZ LeeTZ closed this as completed Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants