Tidyverse Fan, Norfolk Terrier Wrangler and part-time bass player.
What other packages are folks using? Any love for plotnine or plotly?
What other packages are folks using? Any love for plotnine or plotly?
The image on the cover of the Joy Division album "Unknown Pleasures" is from a plot that radio astronomer Harold Craft made for his PhD dissertation, using data collected at Arecibo while studying the pulsar discovered by Jocelyn Bell Burnell. (13/12)
www.linkedin.com/feed/update/...
www.linkedin.com/feed/update/...
discord.com/invite/4UfP5...
discord.com/invite/4UfP5...
Today: how to get revenue-per-user from a df with a bunch of different ..._revenue cols and a users col:
ts_data_pdf.with_columns(
(cs.ends_with("_revenue") / pl.col("users") * 100).name.suffix("_per_user")
)
Today: how to get revenue-per-user from a df with a bunch of different ..._revenue cols and a users col:
ts_data_pdf.with_columns(
(cs.ends_with("_revenue") / pl.col("users") * 100).name.suffix("_per_user")
)
I've been learning Polars, lets-plot and pingouin (inspired by @emilyriederer.bsky.social python rgonomics series, feels v. close to the tidyverse setup), but should I be embracing pandas/matplotlib/scikit/statsmodels "standard" instead?
I've been learning Polars, lets-plot and pingouin (inspired by @emilyriederer.bsky.social python rgonomics series, feels v. close to the tidyverse setup), but should I be embracing pandas/matplotlib/scikit/statsmodels "standard" instead?
positron.posit.co