-
## Description
currently I can query polars eager dataframes
```py
import glaredb
import polars as pl
df = pl.DataFrame(
{
"A": [1, 2, 3, 4, 5],
"fruits": ["banana", …
-
# polars’ Rgonomic Patterns | Emily Riederer
In this follow-up post to Python Rgonomics, we deep dive into some of the advanced data wrangling functionality in python’s polars package to see how it’s…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
## Summary
Support for the h2o's `datatable` library was added to LightGBM 5.5+ years ago, in #1970.
Proposing here that `lightgbm`:
* issue a deprecation warning for the next 2-3 releases wh…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I was getting the following error when trying to build a large polars DataFrame from a pyarrow table:
`…
Aryik updated
1 month ago
-
## 🚀 Feature
Provide a Dataframe API using Polars to improve query performance.
### Motivation
Querying and working with large amounts of data in Aim using Pandas Dataframes could pot…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
[Polars](https://github.com/pola-rs/polars) is a single-machine columnar dataframe library built on top of pyarrow Tables with both a eager and lazy API. While the default pickle serialization works f…
-
### Polars version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Pola…
-
Hello! Thanks so much to the creators and contributors of the Excalidraw Libraries! I am huge fan and appreciate all the work.
Hoping that someone can assist me with adding two icons to the Data Pl…