Replies: 1 comment
-
Yep, I don't believe we have this kind of updating wired up for the headless/DuckDB Data Explorer, as opposed to the runtime (R and Python) based Data Explorer implementations. I have opened #5551 to track and prioritize this feature. Thank you! 🙌 |
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.
-
Starting the discussion here to ascertain if this is a bug or a skill issue.
Using latest positron:
Using R 4.4.1
Issue
library(arrow); write_parquet(iris, "iris.parquet")
iris.parquet
in viewer ✅write_parquet(iris[,2:4], "iris.parquet")
iris.parquet
in viewer ❌ <- does not updatenames(read_parquet("iris.parquet"))
✅So it seems like somewhere the parquet viewer in not updating. Also this is not an R thing. Also replicated with pandas.
Update - replicated with a csv file as well
Beta Was this translation helpful? Give feedback.
All reactions