-
This is less a feature request than a question:
+ I cannot reproduce the dataframe display shown in README (and below) - which is the same as in python-polars. Is it still possible ? else why not ?…
-
### 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…
-
Design an API that help us support multiple DataFrame(polars,spark, pandas,etc) and convert them to the choosen processing engine native DataFrame API.
-
### Describe the feature you would like to be added.
Polars and especially Pandas are very core Python data processing libraries by now. It would be nice to be able to create a mesh and/or add scalar…
-
## Summary
I think polars library is on the path to replace the majority of pandas use-cases. It is already being adopted by the community. We use it internally in my company for new projects and w…
-
The `polars_excel_writer` crate is a library for serializing Polars dataframes
to Excel Xlsx files.
It provides two interfaces for writing a dataframe to an Excel Xlsx file:
- [`ExcelWriter`] a…
-
### 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…
-
### 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…
-
Reach feature parity with https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.interpolate.html
Working on this on the interpolation branch!
Since pandas uses the index as the x values,…
-
### Request
Please improve the DataFrame parameter so that other DataFrame types are supported, in particular **polars**.
### Motivation
Polars is intentionally similar to Pandas, but aims to…