Advertisements
Advertisements
Question
Which of the following data structure is used for storing one-dimensional labelled data in Python Pandas?
Options
Integer
Dictionary
Series
DataFrame
MCQ
Advertisements
Solution
Series
Explanation:
In Pandas, a Series is a one-dimensional, labeled data structure that can store values of various data types such as integers, floats, and strings.
shaalaa.com
Is there an error in this question or solution?
