pandas.Series, pandas development team, 2024 - Provides the detailed API reference for the Series constructor, including all arguments and examples for creating a Series.
Series, pandas development team, 2024 - The official user guide section introducing the Series data structure and common methods for its creation.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - An authoritative text by the creator of Pandas, covering the fundamentals of Series creation and manipulation in depth.
The N-dimensional array (ndarray), NumPy community, 2024 (NumPy project) - Introduces the fundamental NumPy array structure, which is a common data source for creating Pandas Series objects.