You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Conor-Yates-Koch
changed the title
Incorrect type inferencing
Incorrect type inferencing for parquet files
Oct 11, 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.
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:
-
character.The text was updated successfully, but these errors were encountered: