Как добавить DataFrame Python

import pandas as pd
df = pd.DataFrame()
Shantam Vijayputra