A Pandas Series is not limited to just numeric data types. It can actually contain any data type, including:
- Numeric types (e.g., integers, floats)
- Strings (e.g., text data)
- Booleans (True or False)
- Objects (e.g., lists, dictionaries, or custom objects)
- Datetime objects