Tag: row and column

  • What are three data structures in pandas?

    Three data structures in Pandas are Series, DataFrame and Panel. In short, we can say, one, two and multi dimensional arrays. One dimensional array means simply a column of data. We will see that in a minute with Pandas library.  On the other hand, a DataFrame represents roots and columns.  We hardly use the Panel.…