KnowledgeBoat Logo
|

Informatics Practices

Name the Pandas object that can store one dimensional array like object and can have numeric or labelled indexes.

Python Pandas

2 Likes

Answer

The Pandas object that can store one-dimensional array like objects with numeric or labeled indexes is called a "Series Object".

Answered By

1 Like


Related Questions