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

Bug: hierarchical columns and the .select method #510

Open
tibor-mach opened this issue Oct 14, 2024 · 2 comments
Open

Bug: hierarchical columns and the .select method #510

tibor-mach opened this issue Oct 14, 2024 · 2 comments
Labels
bug Something isn't working triage

Comments

@tibor-mach
Copy link
Contributor

Description

If the name of a top level colum which contains some subcolumns is the same as a level of a 1-level colum, the .select method seems to only select the multilevel column.

Example:
If I have meta.id and meta.doc and then also another column called meta , then .select("meta") only seems to select the former two.

Version Info

0.5.1
Python 3.12.6

@tibor-mach tibor-mach added the bug Something isn't working label Oct 14, 2024
@shcheklein
Copy link
Member

I'm not sure it should be allowed at all - to have a nested column meta and a regular field meta at the same time. Would it be a deal breaker for the scenario if we put a limitation like that @tibor-mach ?

@tibor-mach
Copy link
Contributor Author

@shcheklein I think it is a good idea to limit this, actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants