Fix histogram
operation on Ibis data
#1698
Annotations
3 errors
|
holoviews/tests/operation/test_operation.py#L216
OperationTests.test_dataset_histogram_explicit_bins_ibis
ibis.common.exceptions.IbisError: You have used a function that relies on the default backend, but the default
backend (DuckDB) is not installed.
You may specify an alternate backend to use, e.g.
ibis.set_backend("polars")
or to install the DuckDB backend, run:
pip install 'ibis-framework[duckdb]'
or
conda install -c conda-forge ibis-framework
For more information on available backends, visit https://ibis-project.org/install
|
|
The logs for this run have expired and are no longer available.
Loading