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

from_file() meta_data column selection #17

Open
Anis-Bouhamadouche opened this issue Oct 30, 2023 · 0 comments
Open

from_file() meta_data column selection #17

Anis-Bouhamadouche opened this issue Oct 30, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Anis-Bouhamadouche
Copy link
Collaborator

Within the function from_file(), the meta parameter allows you to extend your taxonomy with additional attributes. You can add multiple columns to your Excel file and those will be grouped into a dictionary object for each row, in a column called meta_data. Every column that is not within ["id", "name", "level", "grouping", "parent", "score", "weight", "children"] will be considered.

This issue aims to extend from_file to allow you to select which columns that are not part of ["id", "name", "level", "grouping", "parent", "score", "weight", "children"] to be considered as the current implementation takes all of those columns.

@Anis-Bouhamadouche Anis-Bouhamadouche added the good first issue Good for newcomers label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant