How is a series object different from and similar to ndarrays? support your answer with examples
Answers
Answered by
22
Answer:
A pandas Series Object is more flexible as you can use define your own labeled index to index and access elements of an array. ... Second, aligning data from different Series and matching labels with Series objects is more efficient than using ndarrays, for example dealing with missing values.
I hope it helps you
plz mark me as BRAINLIEST
Similar questions