Computer Science, asked by ADITYA9821, 5 months ago

What is data Structure. Describe data Structure in pandas.​

Answers

Answered by SmudgeJasmine
4

\huge\boxed{\fcolorbox{black}{pink}{Answer}}

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 divyajyoti20
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