Q. What advantages does dataframe offer over series datastructure? If you have similar data stored in multiple series and a single dataframe, which one would you prefer and why?


Answer =

Advantages of Dataframe over series datastructure
Dataframe is a 2D data structure whereas Series is a 1D data structure
DataFrame value as well as size mutable while Series is only value mutable
dataframe  allows to store the information like Mysql table
while series store one tuble/row information
In dataframe we can store heterogeneous data whereas in series we can store homogeneous data
If we have to store the same data in multiple series and dataframe then i will use dataframe, to store the data
1. Dataframe provides many options compared to series
2.we can easily export and import any type data from data frame



1 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. the answer to this question is pretty savage ig...hahaha

    ReplyDelete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post