Essi Parent
Essi Parent
Large markdown cells create large previews, demanding more scrolling. You might consider adding a global switch allowing to turn off markdown previews.
lets-plot installs fine with pip, but lacks conda/mamba support.
tidyr has [drop_na](https://tidyr.tidyverse.org/reference/drop_na.html). pandas has [dropna](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.dropna.html). Could siuba have a similar function?
How would you select columns from all the items of a list? With **pandas**, I would use ``` import pandas as pd from siuba.data import mtcars my_features = ["mpg", "hp",...
### Why/User Benefit/User Problem Laptops are great, but they too soon become trash. There might be a need for a secure, durable, recyclable, mostly fair trade, portable machine for creative...
Marimo offers a platform to run Python in the browser with Pyodide at marimo.app. The [proposed way](https://docs.marimo.io/guides/wasm.html) to install packages is to run `import micropip` in a cell, then in...