1.

What is the difference between series and dataframes in pandas ?​

Answer» SERIES is a type of list which can take INTEGER values, string values, DOUBLE value and more. Series can only contain single list with INDEX, whereas dataframes can be MADE of more than one series or we can say that a dataframes is a collection of series that can be used to analyse the data.Mark me as a Brainliest.


Discussion

No Comment Found