holoviz / holoviz/hvplot

Interactive DataFrame not displaying properly in Jupyter Lab

Open
#992 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

#### ALL software version info
hvplot: 0.8.2
python: 3.9.1
jupyterlab: 3.4.8

#### Description of expected behavior and the observed behavior
I create a pandas dataframe from a .csv file and then turn it into an interactive object. When I simply output the interactive dataframe, it renders incorrect (all of the columns are overlapping). Note that I covered up some of the data as it contains sensitive information.

#### Complete, minimal, self-contained example code that reproduces the issue

```
import pandas
import hvplot.pandas

df = pd.read_csv('test_data.csv')
idf = df.interactive()
idf
```

#### Stack traceback and/or browser JavaScript console output

#### Screenshots or screencasts of the bug in action
![image](https://user-images.githubusercontent.com/47535659/204651680-2744edc9-b22f-405e-9124-c7be49b33df3.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.