pandas is built on top of NumPy. Some of the noteworthy uses of the pandas, apart from every other data science project of course, are the following:
- pandas is a dependency of statsmodels (http://www.statsmodels.org/stable/index.html), making it a significant part of Python's numerical computing ecosystem.
- pandas has been used extensively in the production of many financial applications.