How can you create an empty DataFrame?
pd.DataFrame()
pd.DataFrame(None)
pd.DataFrame([])
All of the above
This question is part of this quiz :