World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITians, only for AI Learners.
Designed by IITians, only for AI Learners.
New to InsideAIML? Create an account
Employer? Create an account
Empty DataFrame could be created with the help of pandas.DataFrame()
Syntax: pandas.Dataframe()
Return: Return a Dataframe object.
example
# import pandas library import pandas as pd # create an empty dataframe my_df = pd.DataFrame() # show the dataframe my_df _