Explainer Notebook¶

In [2]:
import pandas as pd
In [3]:
df = pd.DataFrame()
In [4]:
df.head()
Out[4]:

Not really much to show here 😅