Concept Flow - Why Series is the 1D data structure
Create Series with data
Data stored as 1D array
Index labels assigned
Access elements by index
Series behaves like 1D structure
A Series holds data in a single dimension with an index, making it a 1D data structure.