Differentiate between DataSeries and DataFrame.
Answers
Answered by
51
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.
Answered by
1
Series can only contain single list with index.
Explanation
Data series
it is row or column of numbers that are entered in a work sheet and plotted in your chart
Data frame
it is the most common way of storing data in R.
or generally, is the data structure more often used for data analyses
Similar questions