Question

In Python, how to create an empty DataFrame?


Annonce
Ad

Answer

>>> import pandas as pd
>>> df = pd.DataFrame()


[source]
# ID Query