home.social

#polars — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #polars, aggregated by home.social.

fetched live
  1. #NVIDIA published a blog post where they present GQE, a GPU-based query engine. Querying data from databases with GPU accelleration is beyond cool, and will certainly optimize the storage requirements for #bigdata due to enabling for more efficient compression algorithms. Here is the blog post:

    Designing GPU-Accelerated Query Engines with NVIDIA GQE

    #bigdata #databases #polars #pandas #datascience

  2. #NVIDIA published a blog post where they present GQE, a GPU-based query engine. Querying data from databases with GPU accelleration is beyond cool, and will certainly optimize the storage requirements for #bigdata due to enabling for more efficient compression algorithms. Here is the blog post:

    Designing GPU-Accelerated Query Engines with NVIDIA GQE

    #bigdata #databases #polars #pandas #datascience

  3. 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: tidypolars.etiennebacher.com/ #rstats #polars #optimisation

  4. 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: tidypolars.etiennebacher.com/ #rstats #polars #optimisation

  5. As a big fan of #Polars when doing #ETL pipelines, and processing #data, I am happy to see them having their distributed engine available for #Kubernetes deployments.

    Read the blog post here:
    pola.rs/posts/polars-distribut

    #datascience #python #rust

  6. As a big fan of #Polars when doing #ETL pipelines, and processing #data, I am happy to see them having their distributed engine available for #Kubernetes deployments.

    Read the blog post here:
    pola.rs/posts/polars-distribut

    #datascience #python #rust

  7. So I moved into industry 1.5 months ago, which has meant a proper switch from R :rstats: to Python :python: (I love both). Here are a few observations for statistics-related stuff in this switch (mainly GLMs, statistical inference, contrasts)

    - is really great, I love LazyFrames & streaming millions of rows of parquet files, categorical data, missing data.
    - I don't really like using , the interface is clunky and the formula API is unfinished

    1/n

  8. So I moved into industry 1.5 months ago, which has meant a proper switch from R :rstats: to Python :python: (I love both). Here are a few observations for statistics-related stuff in this switch (mainly GLMs, statistical inference, contrasts)

    - #polars is really great, I love LazyFrames & streaming millions of rows of parquet files, categorical data, missing data.
    - I don't really like using #statsmodels, the interface is clunky and the formula API is unfinished

    1/n

    #DataScience #Statistics

  9. Alltså... Polars LazyFrames är ju min nya bästa kompis. Har haft "lära sig polars" på att-göra-listan i tusen år... får igen gräma sig över att det tagit så länge att sätta tänderna i det.

    #python #polars #datascience

  10. Alltså... Polars LazyFrames är ju min nya bästa kompis. Har haft "lära sig polars" på att-göra-listan i tusen år... får igen gräma sig över att det tagit så länge att sätta tänderna i det.

    #python #polars #datascience

  11. @thealexmerced thanks! Added to wish list in manning. Better 2buy there vs Amazon to get the ai features?

    I guess Manning got rid of old option to buy coins 2 read individual pages? was a cool feature 2 bad.

    Thanks for reminder about #datafusion i guess it & #polars have excellent #iceberg support & can be used from #rust

    I was thinking about replacing a #pyspark glue job with a rust #lambda on #aws

    Just found your excellent medium account. Best of luck at your upcoming talk!

  12. @thealexmerced congrats on new #iceberg book! Looks good & good timing with all the new features coming out lately. Do you cover much re: cloud architecture or is that too specific (& which cloud would you choose anyway)?

    saw you wrote #polars book as well. What do you think about using polars from #rust ? should work even better than from #python i would think but wasn’t sure. For career security in #ai age i was thinking about switching my #dataengineering focus to rust — thoughts?

  13. CW: eBooks

    Oui, les livres sont chers en Suisse. Et oui, l'accès au livre de poche est difficile. Pour celles et ceux qui veulent lire Immaculée connexion à prix doux, il y a le livre électronique [allergiques à Google, passez votre chemin], par exemple sur ce site: play.google.com/store/books/de
    #lectures #romans #polars

  14. CW: eBooks

    Oui, les livres sont chers en Suisse. Et oui, l'accès au livre de poche est difficile. Pour celles et ceux qui veulent lire Immaculée connexion à prix doux, il y a le livre électronique [allergiques à Google, passez votre chemin], par exemple sur ce site: play.google.com/store/books/de
    #lectures #romans #polars

  15. Just updated my small :python: package polarsgrid for tidyverse-style expand_grid functionality in python polars 🐻‍❄️

    pypi.org/project/polarsgrid/

    Version 0.4.0 has unit tests, more efficient row-index computation, better CI.

    Major new user-facing improvement is that you can now enter any iterable as the input, not just lists. So create your grid with range(10) instead of list(range(10)).

    See this preprint for use-case
    arxiv.org/abs/2509.11741

  16. Just updated my small :python: package polarsgrid for tidyverse-style expand_grid functionality in python polars 🐻‍❄️

    pypi.org/project/polarsgrid/

    Version 0.4.0 has unit tests, more efficient row-index computation, better CI.

    Major new user-facing improvement is that you can now enter any iterable as the input, not just lists. So create your grid with range(10) instead of list(range(10)).

    See this preprint for use-case
    arxiv.org/abs/2509.11741

    #python #polars #rstats

  17. RE: mastodon.energy/@catalystcoop/

    It's easy to query the bulk Parquet outputs with #polars or @duckdb or @pandas_dev

    So far we've only applied basic transforms -- real dtypes & NULL values, standardized categorical values, etc. But the upgrade to a modern cloud-native format is a huge improvement over nested zipfiles.

    And a big thanks to the folks at the AWS Open Data Registry for giving us a TB of free public storage so we can publish big data like this conveniently.

    Let us know what you think, and what additional kinds of data cleaning, entity classification, record linkage, or additional aggregated outputs would be useful.

    #OpenData #Energy #FOSS

  18. RE: mastodon.energy/@catalystcoop/

    It's easy to query the bulk Parquet outputs with #polars or @duckdb or @pandas_dev

    So far we've only applied basic transforms -- real dtypes & NULL values, standardized categorical values, etc. But the upgrade to a modern cloud-native format is a huge improvement over nested zipfiles.

    And a big thanks to the folks at the AWS Open Data Registry for giving us a TB of free public storage so we can publish big data like this conveniently.

    Let us know what you think, and what additional kinds of data cleaning, entity classification, record linkage, or additional aggregated outputs would be useful.

    #OpenData #Energy #FOSS

  19. Here is how you can explore massive datasets from the terminal 💯

    🌀 **datui** — A high-performance TUI for analyzing tabular data

    🔥 Query with SQL, render charts, transform data & stream huge files with Polars

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/derekwisong/datui

  20. Here is how you can explore massive datasets from the terminal 💯

    🌀 **datui** — A high-performance TUI for analyzing tabular data

    🔥 Query with SQL, render charts, transform data & stream huge files with Polars

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/derekwisong/datui

    #rustlang #ratatui #tui #data #analytics #polars #cli #devtools

  21. 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: tidypolars.etiennebacher.com/ #rstats #polars #optimisation

  22. 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: tidypolars.etiennebacher.com/ #rstats #polars #optimisation

  23. Happy 3rd anniversary, Bamboo Weekly!

    This is issue 156, marking 3 years of weekly Pandas challenges.

    This week, we look at Winter Olympic data. Since they love snow so much, we'll use along with .

    Check it out, at BambooWeekly.com.

  24. Happy 3rd anniversary, Bamboo Weekly!

    This is issue 156, marking 3 years of weekly Pandas challenges.

    This week, we look at Winter Olympic data. Since they love snow so much, we'll use #Polars along with #Python #Pandas.

    Check it out, at BambooWeekly.com.

  25. AU CARNOTZET - Le 30 janvier, je vous retrouve au Carnotzet de La Russille pour parler polars! Rendez-vous à 20 h. Dédicaces et vente de livres après la rencontre 📚
    larussille.ch/activites/retrou
    #vd #polars #thrillers #culture #suisseromande #livres #carnotzet

  26. NIGHT TRAIN. Nick Tosches. 2000
    Biographie du Champion du Monde de boxe, Charles "Sonny" Liston sacré en 62, fils d'esclave, alcoolique violent, ancien délinquant, athlète à la puissance dévastatrice.
    Déchu de son titre par Muhammad Ali dans un combat à l'issue largement débattue, homme de main de la pègre, sa descente aux Enfers rassemble les meilleurs clichés des films noirs des années 60.
    Se lit comme un polar.
    #labibliothequecanon #livres #lectures #polars #boxe #mastolivres

  27. data challenge: rolling median

    library(data.table)
    set.seed(108)
    x = rnorm(1e8)
    n = 1000
    frollmedian(x, n) |> system.time()
    # user system elapsed
    # 8.439 0.727 3.212

  28. data challenge: rolling median

    library(data.table)
    set.seed(108)
    x = rnorm(1e8)
    n = 1000
    frollmedian(x, n) |> system.time()
    # user system elapsed
    # 8.439 0.727 3.212

    #pandas #polars #data #datascience #rdatatable #rstats

  29. Прививаем машине музыкальный вкус: фильтруем плейлист на основе предпочтений

    Раньше это было способом скоротать время в дороге, но теперь чтобы найти музыкальную "жемчужину" нужно несколько часов сфокусированного прослушивания новинок. Встал выбор: забить или.. Однажды у меня возникла идея, что с моим музыкальным хобби мне могло бы помочь ML. БОльшая часть входящего материала не соответствует моему персональному фильтру. Если убрать ее, то я снова смогу делать подборку в фоне и получать удовольствие Я не эксперт в ML, но задача вроде бы понятная - готовим датасет, берем модель, обучаем, приключение на 20 минут. . ..сейчас, спустя год, когда мой pet-project наконец-то работает. Я смотрю на путь, который привел меня к этому результату. Даже не с точки зрения технологий(про ML лучше писать мастерам игры), а с точки зрения логики решения глазами разработчика. Вот этим я и хочу поделиться

    habr.com/ru/articles/979484/

    #музыка #рекомендации #polars #essentia #librosa #telethon

  30. Discover how Decathlon, one of the world’s leading sports retailers, adopted the #opensource library #Polars to optimize its data workflows.

    By migrating from Apache Spark to Polars for small input datasets, Decathlon achieved:
    • Significant speed
    • Meaningful cost savings

    👉 Learn more: bit.ly/4qmb2zc

    #InfoQ #AI #ApacheSpark

  31. Discover how Decathlon, one of the world’s leading sports retailers, adopted the library to optimize its data workflows.

    By migrating from Apache Spark to Polars for small input datasets, Decathlon achieved:
    • Significant speed
    • Meaningful cost savings

    👉 Learn more: bit.ly/4qmb2zc

  32. [Перевод] Почему Python — не лучший язык для data science. Часть 2 — Python против R

    Команда Python for Devs подготовила перевод статьи о том, почему Python — несмотря на свою популярность — не всегда идеален для Data Science. Автор показывает, как отсутствие нестандартной оценки выражений усложняет анализ данных, и сравнивает Python с R, где такие задачи решаются куда элегантнее.

    habr.com/ru/articles/971372/

    #python #datascience #tidyverse #pandas #векторизация #polars

  33. Восемь высокопроизводительных Python-библиотек в копилку разработчикам

    Когда в 1991 году Гвидо ван Россум представил миру Python, никто не мог предсказать, какое место через несколько десятилетий этот язык займет в веб-разработке, Data Science и Machine Learning. Сейчас Python продолжает развиваться: с новым поколением инструментов в прошлое уходят традиционные ограничения — производительность, GIL и сложность параллельных вычислений. Привет, Хабр! С вами Леша Жиряков, я руковожу бэкенд-направлением витрины KION, возглавляю гильдию по Python и пишу для блога MWS на Хабре. Я каждый день сталкиваюсь с вызовами высоконагруженных систем и сформировался пул инструментов, которые помогают решать критические проблемы современной разработки — от обработки данных с Polars до управления зависимостями с UV. В этом материале я сделаю обзор Python-библиотек, с которыми можно создавать системы, сравнимые по производительности с Go и Rust.

    habr.com/ru/companies/ru_mts/a

    #библиотеки #python #fastapi #litestar #polars #httpx #dask #Pydantic_V2 #ruff #Pithon_UV

  34. The more I work with in , the more I appreciate how good it is. Syntax means that R and {dplyr} will always have a place in my heart, but polars fun too.

    It was only today I realised that in `polars.Expr.replace()`, "passing a mapping with replacements is also supported as syntactic sugar."

    Just what I wanted. Thanks to all who worked on it.

    docs.pola.rs/api/python/stable

  35. In our latest blog post we compare the syntax of two Python libraries, Pandas and Polars for standard data-manipulation tasks.

    #python #polars #pandas
    jumpingrivers.com/blog/python-

  36. 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: tidypolars.etiennebacher.com/ #rstats #polars #optimisation