-
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…
-
Type: Bug
# Behaviour
## Expected vs. Actual
View a python pandas Dataframe in a VS code tab. The Dataframe columns are quite wide reducing the visible data without scrolling. A 7 column Dataf…
-
Due to some performance optimizations introduced in pandas-dev/pandas#40353, Pandas turns `DataFrame.iloc[slice(x, y, z)]` into `__getitem__((..., slice(x, y, z))` on the ExtensionArray that backs any…
-
**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
…
-
In another issue I made a side comment regarding `pandas.DataFrame`, but now I think it deserves a separate issue.
> Btw., since you support `ndarray`s out of the box, why not also `pandas.DataFram…
-
The DataFrame and Tabulator widgets display timezone aware series in UTC (without any indication of the timezone).
Panel versions: 0.12.1
to reproduce:
```
import datetime
import pytz
impor…
-
- [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [x] I have asked my usage related question on [StackOverflow](h…
ghost updated
2 years ago
-
Hello
I started to work on new pandas scheme that uses pandas DataFrame objects to buffer data
internally and that uses pandas.read_* methods to provide a unified way to
read csv, hdf5, excel, sq…
-
#### ALL software version info
panel 1.1.0
python 3.8
#### Complete, minimal, self-contained example code that reproduces the issue
Same code as in #4567
```
import pandas as pd
import pan…
-
I am trying to establish a dashboard using jupyter, panel and hvplot. This is the code snippet.
```
import pandas as pd
import panel.widgets as pnw
import panel as pn
import hvplot.pandas
pn…