Difference between Array and Series
Table of Contents
Difference between Array and Series
Array:
- Indexing is by default from 0.
- Elements are arranged horizontally.
- Indices are not visible in array.
Series: - Indexing can be given to the elements manually.
- Elements are arranged vertically.
- Indexes are shown along with the elements.