-
**Describe the bug**
While using the snakemake pipeline to process the example data, I encountered the following error ( I only took the the last section since the call stack is very deep)
```bash
…
-
Software (anaconda in windows 10/11):
panel: 0.12.4
holoviews: 1.14.6
hvplot: 0.7.3
python: 3.9.7
I'm trying to use the select widget to choose which column appears in an interactive table. Thi…
-
panel==0.14.2
![image](https://user-images.githubusercontent.com/42288570/213904644-d800ea5c-48ba-432a-8d74-a7e6cebcffb7.png)
```python
import panel as pn
import hvplot.pandas # noqa
import …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
Is that possible to support Pandas Dataframe?
Currently, `snapshottest` only translate `df` into `GenericRepr` string value. The detailed data will be abbreviated.
I hope it can put the datafram…
-
dask.dataframe (dd) produces a HDF5ExtError when running on local cluster.
some data (~100MB) is written to the file, so I suspect it is an parallel writing issue maybe?
The script works if not…
-
We currently run the base extension tests also for the `PandasArray` (to have coverage of this array class), but because we actually don't allow to store this in a Series/DataFrame, the tests do some …
-
In `pandas=1.5`, `pandas` added support for using `pyarrow`-backed extension data dtypes. Using these data types (in particular `string[pyarrow]`) can lead to large performance improvements in terms o…
-
I'm quite new to Panel and I would really like to start using it since it supports a wide range of Python plotting libraries and is excellent for dashboarding even for professional settings.
Howeve…
-
#### ALL software version info
panel 1.4.1
#### Description of expected behavior and the observed behavior
While trying to get a tabulator table to fit within widgetbox in a sidebar. I found th…