What is data Structure. Describe data Structure in pandas.
Answers
Answered by
4
In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.
HOPE THIS HELPS YOU DEAR
Answered by
0
Answer:
Pandas, a data analysis library, supports two data structures: Series: one-dimensional labeled arrays pd. Series(data) DataFrames: two-dimensional data structure with columns, much like a table.
Explanation:
Hope it helps u
Similar questions