Name any two data structure available in Python Pandas
Answers
Answered by
4
Explanation:
Python has implicit support for Data Structures which enable you to store and access data. These structures are called List, Dictionary, Tuple and Set.25-
Answered by
6
Answer
Pandas, a data analysis library, supports two data structures:
1.Series : one-dimensional labeled arrays pd. Series(data) 2.DataFrames : two-dimensional data structure with columns, much like a table.
Mark brainlist and give thanks
Similar questions