Data Viewer discrepancies with CSVs #5699
-
Positron Version: 2024.12.0 (user setup) build 96 When I have CSVs in a project folder, I can see the tabular representation of the data for some, but not all of the files. In the first image, I have a CSV file that was created outside of Positron. In the second image, I'm using a CSV that is a subset of the first CSV. Positron recognizes the headers, but doesn't show the data. Here are things I've tried: Additionally, I've created a CSV, which again shows that Positron is reading the data, but doesn't show the data in tabular form. I have tried (1) removing all extensions, (2) reverting my 'settings.json' file back to default and neither fixes the issue of showing all CSVs with their tabular representation. I have (3) analyzed the CSV files and don't find any structural anomalies. I have also created a CSV in Python, which also exhibits the lack of tabular representation in the data viewer. (3rd image) I don't know if this is a bug with Positron, or a problem with my settings. I have deleted Positron and re-installed. This did not fix the issue. Any help or suggestion is appreciated. Here is the code that created the CSV for image 3.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This sounds a lot like #5552, in which we discovered that a csv with fewer than 10 rows is not viewable. That has since been fixed, but the fix is not yet in a release that's publicly available. I note that you are a couple of releases behind, so I suggest you update Positron soon-ish and I suspect you'll find that this has been fixed. |
Beta Was this translation helpful? Give feedback.
This sounds a lot like #5552, in which we discovered that a csv with fewer than 10 rows is not viewable. That has since been fixed, but the fix is not yet in a release that's publicly available. I note that you are a couple of releases behind, so I suggest you update Positron soon-ish and I suspect you'll find that this has been fixed.