pandas is a Python data analysis library built on top of NumPy and centered on tabular data structures. It is widely used in machine learning workflows for loading, cleaning, transforming, and analyzing datasets.
A column-oriented data analysis API built on top of numpy. Many machine learning frameworks, including TensorFlow, support pandas data structures as inputs. See the pandas documentation for details.