Computer Science, asked by ashwin20030509, 4 months ago

Name any two data structure available in Python Pandas

Answers

Answered by undertaker77777A
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 jyotitomar
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