Wes McKinney
Wes McKinney
Gotcha. I suspect the variables pane is also doing unnecessary expensive computations also that should be fixed
adding a screen recording for this https://github.com/posit-dev/positron/assets/329591/ff808aa8-6791-4e78-89da-ad3655f63305
Well, it seems like a part of this issue is that the variables pane logic for R is doing too much computation? Inspecting variables needs to be relatively fast no...
Another +1 for this issue -- I'm not big on installing R globally in my system environment, but I'm happy to `conda install r-dplyr r-arrow` for example in a conda...
In #10359, it sounds like the conda environment isn't being activated properly within Positron and so the other tools (like make/gcc) installed into the conda environment aren't being found --...
I'm closing as wontfix -- in polars, NaN is not considered missing, from the docs: > NaN values are considered to be a type of floating point data and are...
I'm working on improvements in the backend protocol to better support these statistics right now. I'm not sure it makes sense to compute number of unique values for arrays and...
I'm working on the float formatting as we speak, so feel free to pick this up
Factor/Categorical summary statistics should not delegate to the summary stats for the display type (e.g. ColumnDisplayType.String, or for pandas whatever the type of the categories is). What other items need...
Seems like adding "does not contain" right away would be low hanging fruit that we should do regardless of whether we add a negation toggle?