Tootfinder

Opt-in global Mastodon full text search. Join the index!

@datascience@genomic.social
2025-07-12 10:00:00

Polars is a lightning fast DataFrame library/in-memory query engine with parallel execution and cache efficiency. And now you can use is with the tidyverse syntax: #rstats

@scottmiller42@mstdn.social
2025-08-09 01:16:48

We are strongly "encouraged" to use Copilot at work. OK, fine.
I asked it for Python code to convert a Parquet file to a SAS data set, and it responded confidently with code to do so.
Only one problem. It hallucinated the method pandas.DataFrame.to_sas() into existence. There is no such method.
#LLM