import pandas as pd
import hvplot.pandas
df = pd.read_csv("https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/data/titanic.csv")
from hvplot.sampledata import airline_flights
df = pd.read_csv("https://raw.githubusercontent.com/mwaskom/seaborn-data/master/penguins.csv")
hvexplorer = df.hvplot.explorer()
hvexplorer