modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.59k stars 648 forks source link

FEAT-#7331: Initial Polars API #7332

Open devin-petersohn opened 6 days ago

devin-petersohn commented 6 days ago

This commit adds a polars namespace to Modin, and the DataFrame and Series objects and their respective APIs.

This PR adds the following to Modin:

This PR does NOT include matching error handling and is still missing several polars features:

These features will be added in a future PR.

What do these changes do?