How series data structure different from a dataframe data structure
Answers
Answered by
1
Answer:
A matrix is a two-dimensional data structure and all of its elements are of the same type. A data frame is two-dimensional and different columns may contain different data types, though all values within a column must be of the same data type and all columns must have the same length.
Answered by
2
Answer:
Series can only contain single list with index, whereas dataframe can be made of more than one series or we can say that a dataframe is a collection of series that can be used to analyse the data.
this is your answer
Similar questions
English,
16 days ago
English,
16 days ago
Hindi,
16 days ago
Business Studies,
1 month ago
Math,
9 months ago