Michael Chow

Results 189 issues of Michael Chow

Unlike other boards, board_url can point directly to to-be-downloaded files. In order to work with cache functions like `cache_prune()` and `pins:::cache_versions()`, this board runs this process when downloading a single...

See https://github.com/machow/pins-python/issues/27#issuecomment-1075633988 Currently, admin users on RStudio Connect can show a list of all pin content, including content they are not able to access. However, this leads to this bad...

bug

Currently, pins seems to use two strategies for hashing: * single file: hash using `digest(file=..., algo="xx64")` * multiple file hashes or board_url: hash using e.g. `hash(hashes)`, or `hash(url)` One challenge...

* implements fct_infreq, which returns a categorical w/ categories ordered by frequency counts (highest first). * implements fct_inorder, which returns a categorical w/ categories in observed-order (first seen first). *...

* palmerspenguins

* modifies behavior for simplify option of show_query() with SQL, to use a `*` in the select clause when possible. TODO: articulate the rules

This PR expands the `pipe` function to allow... * arbitrary `*args` and `**kwargs` * a siu expression to be used as the first argument, rather than a regular callable *...

Fix tidyselect to support: ```python from siuba.data import mtcars from siuba import _, select # negative indexing select(mtcars, -1) # integers in extended slice syntax select(mtcars, _[0, 1]) ``` Additionally,...

Currently, our snowflake tests generate unique tables (so the test suite can be run multiple times concurrently). However, unlike other backends, we don't clean up the tables. See this code:...

E.g. * sql_raw() * collect()