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

Incorrect type inferencing for parquet files #314

Open
Conor-Yates-Koch opened this issue Oct 11, 2022 · 1 comment
Open

Incorrect type inferencing for parquet files #314

Conor-Yates-Koch opened this issue Oct 11, 2022 · 1 comment

Comments

@Conor-Yates-Koch
Copy link

I have a parquet file with four columns, all of which are string type. However, some of the values for one of the columns (particularly in the first rows) contain strings with only numeric characters.

The extension infers the type of this column to be numeric, causing two issues:

  • values are incorrectly displayed, containing thousands separators and two superfluous decimal places
  • values later in the file which do contain alphabetic characters are not displayed at all, instead being displayed in the cell with the - character.
@Conor-Yates-Koch Conor-Yates-Koch changed the title Incorrect type inferencing Incorrect type inferencing for parquet files Oct 11, 2022
@RandomFractals
Copy link
Owner

RandomFractals commented Oct 13, 2022

that might be the case as data preview uses older version of Perspective viewer and old parquet data loading library I could find that worked at the time.

See this update for more info: #316 (comment)

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