1.0.1 Create Empty Dataframe with column names
Example:
# Create an empty DataFrame with the names of your columns that you'll use
DF = pd.DataFrame( columns = ['column_name', 'name_x'] )
1.0.1 Create Empty Dataframe with column names
Example:
# Create an empty DataFrame with the names of your columns that you'll use
DF = pd.DataFrame( columns = ['column_name', 'name_x'] )