Sunday, May 3, 2020

Data Frame in python pandas

Data Frame in python pandas
Pandas provide data structure like Series, DataFrame, Panels. Of all these data structure, DataFrame is the most widely used. DataFrame object of pandas allows to store 2 Dimensional data I.e in rows and columns just like in spreadsheet application like MS Excel.

Share: