-
Hi there! It seems like this is a very valuable addition to polars! Have you considered adding a section in the readme on why this is a separate package as opposed to merged to polars? Or, alternative…
-
`scores` contains a small pandas API, which we have hopes to expand in future. At the same time, there are many other tabular libraries which are growing in popularity which provide similar functional…
-
### Description
Does Polars have support to read and write with hudi file format ? Did not find any info in: https://docs.pola.rs/api/python/stable/reference/io.html
We have a usecase to read and …
-
### Is your feature request related to a problem?
Add syntactic sugar for rolling aggregation.
### What is the motivation behind your request?
Polars (and pandas) support `DataFrame.rolling()`. For…
-
Hi! I am very interested in testing ML libs and this project. This project can test pandas, sklearn, scipy, and polars. My question is, what do I need to do to let this project test NumPy? Do I need t…
-
https://pola-rs.github.io/polars/
ek-ak updated
1 month ago
-
I was wondering, if exceptions should be unified. I came across this since I was writing a test with this code:
```py
def f(X, cols):
return nw.from_native(X, eager_only=True).select(cols)
`…
-
### Missing functionality
Polars integration ? https://www.pola.rs/
### Proposed feature
Use polars dataframe as a compute backend.
Or let the user give a polars dataframe to the ProfileReport.
…
-
Polars https://www.pola.rs/ is a nice data frame library for python.
It would be great if plotnine would also support polars instead of pandas data frames.
My current workaround is:
```
plotn…
-
Thank you for creating a great package.
polars is a next-generation high-performance dataframe package that will replace pandas.
After converting polars to pandas using to_pandas(), you can use the …