Table of Contents

Difference between Array and Series

Array:

  1. Indexing is by default from 0.
  2. Elements are arranged horizontally.
  3. Indices are not visible in array.
    Series:
  4. Indexing can be given to the elements manually.
  5. Elements are arranged vertically.
  6. Indexes are shown along with the elements.