HomePython Pandas-1 Write a Python code to create an empty dataframe. 0 Comments Facebook Twitter Q. Write a Python code to create an empty dataframe.Answer :- import pandas as pd df = pd. DataFrame () print (df) Output :-Empty DataFrameColumns: []Index: []>>>
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )