Replies: 1 comment
-
|
Thanks for this feature request! 🙌 When you click to open a CSV, Parquet, etc in the Data Explorer, this actually does not use R or Python at all (it uses DuckDB under the hood). You could do this without any R or Python even running in your workspace. I think it's unlikely we would do work to make this UI configurable in the near term, but we can collect opinions and feedback here on this discussion about how important this is for folks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that opening text data files like .csv and .parquet in the data viewer from the files pane defaults to a 0-indexed row numbering system. In my experience, this can cause some confusion among R users who are used to working with 1-indexed row numbers. A better option may be to assign the row indexing for these files based on the active kernel (R or Python). Not sure if this is possible under the current architecture, but it would be a nice feature to have. Or at the very least a toggle to change between 0-based and 1-based row index.
Beta Was this translation helpful? Give feedback.
All reactions