DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
12 stars 2 forks source link

[BUG]: Missing column after dataset added to project #4051

Closed liunelson closed 4 days ago

liunelson commented 1 week ago

Describe the issue When EpiMatrix.csv has been uploaded to Terarium, its Dataset drilldown says it has 5 columns (correct) but the first column is missing all values. It is unclear whether the values were dropped because this column has no header or the values are strings, not floats.

liunelson commented 1 week ago

I more or less expect to see a result similar to using pandas.read_csv(filename), where every column is available.

Screenshot 2024-07-08 at 3 24 00 PM