1import pandas as pd2 3print('hello world')4 5df = pd.util.testing.makeMixedDataFrame()6 7print(df.head())