Pandas Documentation, The Pandas Development Team, 2025 - Provides comprehensive, up-to-date information on all Pandas features, data structures (Series, DataFrame), functions, and usage examples.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - Authoritative book by the creator of Pandas, explaining its design, data structures, manipulation techniques, and integration with the Python data science environment. (3rd Edition)
Data Structures for Statistical Computing in Python, Wes McKinney, 2010Proceedings of the 9th Python in Science Conference (SciPy 2010) (SciPy Proceedings)DOI: 10.25080/Majora-92bf1922-00a - Paper introducing the design and motivation behind the Pandas library, outlining its core data structures and their utility for data analysis tasks.
NumPy Documentation, The NumPy Developers, 2024 - Offers detailed information on NumPy's fundamental array object and its efficient numerical computing capabilities, which are used by Pandas.