Skip to content

New feature required- Support different data sources  #1044

@moheikal79

Description

@moheikal79

Hi,
Currently daal4py accepts only CSV, np.array and pandas dataframes. If data more than to fit into memory and located in databases different solutions are come up such as polars df which uses connectorx to access data stored in databases and ibis that uses databases as backend such as ClickHouse. So, it would be great if daal4py can accept different data sources, to handle bigger data sizes.

here is the error I got when try to read a clickhouse table using ibis into daal4py
Got type 'ClickhouseTable' when expecting string, array, or list of 1d-arrays.

here is the error I got when try to read a polars df into daal4py
Got type 'DataFrame' when expecting string, array, or list of 1d-arrays.

Regards
Mohamed

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedOpen to community contribution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions