You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: