GitHunter0

Results 170 comments of GitHunter0

The command `View()` like in `R` would be highly useful. Searching objects / dataframes over and over again in the `Viewer Pane` list is painful and time consuming...

Thank you @jthomasmock , I didn't know the `%view` trick. And the R `View()` is now working fine too.

Hey @markfairbanks , any updates in here? `tidypolars` is an important package, I hope to see it thrive since native data wrangling in python is so clumsy and messy...

@christophscheuch , it is because `siuba` is using an old version of `sqlalchemy` package. Try installing version `1.4.32` (pip install sqlalchemy==1.4.32). For me, that worked.

Hey @jaychia , I appreciate the feedback and the fact that Daft is committed to look into these issues. > Is there anything we're missing? Another important feature in my...

Thank you for the feedback, @glin . Unfortunately not, I upgraded to R 4.4.1, updated all packages, tested in RStudio Viewer and in all external browsers, but the issue remains......

I understand @glin , the problem with this method is that you separate the download button from the table, so they are not rendered simultaneously. For example, I have an...

Thank you, @glin . I still would prefer the download button being a merged built-in part of the table (and following its layout style) like `DT`. But since this workaround...

Hey folks @aronatkins , @jjallaire , @hadley , being able to **install python packages at building time** (passing a `requirements.txt` or a conda `environment.yml`) is indispensable in my opinion since...

Just wanna say that `pixi` was the best thing that happened to `python` in a very long time. It is solving all python package dependency issues that were a nightmare...