Skip to content

Add some fields to parquet file #31

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

Open
CharlesNepote opened this issue Mar 11, 2025 · 1 comment
Open

Add some fields to parquet file #31

CharlesNepote opened this issue Mar 11, 2025 · 1 comment

Comments

@CharlesNepote
Copy link
Member

Some fields are important for data quality:

  • countries
  • allergens
  • traces

These fields would allow to fix some quality issues, such as en:estados-unidos-de-america, etc.

@benbenben2: any more ideas?

@benbenben2
Copy link

benbenben2 commented Mar 11, 2025

Needed for the script to correct languages for tags:

  • Already in the parquet file:
    • allergens_tags
    • categories
    • categories_tags
    • countries_tags
    • labels
    • labels_tags
    • origins
    • origins_tags
    • traces_tags
  • Missing in the parquet file:
    • allergens
    • allergens_lc
    • categories_lc
    • countries
    • countries_lc
    • labels_lc
    • origins_lc
    • traces
    • traces_lc

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

2 participants