AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Support all data types from CSV data sources #60

Open SeanLeRoy opened 7 months ago

SeanLeRoy commented 7 months ago

Currently only INTEGER, BIGINT, VARCHAR, and TEXT are definitely parsed to their correct type. We want all the other types to parse to the format that the explorer has gotten used to with FES

SeanLeRoy commented 7 months ago

Relatedly in the CSV download and other SQL queries we are essentially casting the values to string, I imagine this will have some unintended consequences that should be addressed as part of this