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
I'm trying to contribute a guide for ibis + DuckDB. When I try to plot a hist plot I get ValueError: The truth value of an Ibis expression is not defined.
C:\repos\private\hvplot\.venv\lib\site-packages\ibis\backends\postgres\registry.py:164: UserWarning: locale specific date formats (%c, %x, %X) are not yet implemented for Windows
warnings.warn(
C:\repos\private\hvplot\.venv\lib\site-packages\duckdb_engine\__init__.py:229: DuckDBEngineWarning: duckdb-engine doesn't yet support reflection on indices warnings.warn(Traceback (most recent call last): File "C:\repos\private\hvplot\script2.py", line 31, in <module> df.hvplot.hist("forecast", bins=3) File "C:\repos\private\hvplot\hvplot\plotting\core.py", line 1309, in hist return self(kind="hist", x=None, y=y, by=by, **kwds) File "C:\repos\private\hvplot\hvplot\plotting\core.py", line 92, in __call__ return self._get_converter(x, y, kind, **kwds)(kind, x, y) File "C:\repos\private\hvplot\hvplot\converter.py", line 1240, in __call__ obj = method(x, y) File "C:\repos\private\hvplot\hvplot\converter.py", line 1820, in hist hists = histogram(ds, dimension=y, **hist_opts) File "C:\repos\private\hvplot\.venv\lib\site-packages\param\parameterized.py", line 3654, in __new__ return inst.__call__(*args,**params) File "c:\repos\private\tmp\holoviews\holoviews\core\operation.py", line 220, in __call__ return element.apply(self, **kwargs) File "c:\repos\private\tmp\holoviews\holoviews\core\accessors.py", line 45, in pipelined_call result = __call__(*args, **kwargs) File "c:\repos\private\tmp\holoviews\holoviews\core\accessors.py", line 202, in __call__ new_obj = apply_function(self._obj, **inner_kwargs) File "c:\repos\private\tmp\holoviews\holoviews\core\operation.py", line 214, in __call__ return self._apply(element) File "c:\repos\private\tmp\holoviews\holoviews\core\operation.py", line 141, in _apply ret = self._process(element, key) File "c:\repos\private\tmp\holoviews\holoviews\operation\element.py", line 785, in _process null_hist_range = hist_range == (0, 0) File "C:\repos\private\hvplot\.venv\lib\site-packages\ibis\expr\types\core.py", line 68, in __bool__ raise ValueError(ValueError: The truth value of an Ibis expression is not defined
The text was updated successfully, but these errors were encountered:
hvplot==0.8.1
I'm trying to contribute a guide for ibis + DuckDB. When I try to plot a
hist
plot I getValueError: The truth value of an Ibis expression is not defined
.The text was updated successfully, but these errors were encountered: