Add option to support non-pandas dataframes (e.g. polars) in Python recipes

Registered Posts: 198 ✭✭✭✭✭✭
23
23 votes

In the Backlog · Last Updated

Hi,

There are many pandas alternatives. One that is new and very fast is polars. Polars is built on Rust so it is memory safe and runs in parallel by design. I use polars in one of my recipes but have to convert it to pandas to write the dataset.

thx

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Product Ideas Manager Posts: 18 Dataiker

    Thanks @info-rchitect
    , this has been added to the backlog!

  • Registered Posts: 1

    Hello! I am very interested in this as well. Is there any easy way of checking the life cycle of the updates in the backlog (for example, if they have a tracking number, if they have been implemented in some version...)? Thanks!

  • Registered Posts: 12 ✭✭✭✭

    Completely agree!

    Currently, there is no benefit in using Polars, duckdb, Ray or Dask, because retrieving dataset always means getting Pandas DataFrame object. Converting it to anything else defeats the purpose.

    You can write the results directly to the database, but it is a workaround: you'd still have to initialize the dataset object first. And your code environment would also require you to have db drivers and so on.

    Would be nice to have different options for data retrieval and data writing. Polars seems like a good candidate.

  • Registered Posts: 18 ✭✭✭✭

    Would love to see polars supported alongside pandas

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.