Python to Dataframe
General Info
Useful Snippets

1.0.0 Create Empty Dataframe

Example:

# Create an Empty DataFrame
DF = pd.DataFrame()