Common Libraries
pandas
Pandas, a Python library, is utilized for handling datasets, offering features for data analysis, cleansing, exploration, and manipulation. The library's name, "Pandas," draws from "Panel Data" and "Python Data Analysis" and was developed by Wes McKinney in 2008.
numpy
NumPy, an open-source Python library established in 2005 by Travis Oliphant, serves as a tool for array manipulation. It provides functions catering to linear algebra, Fourier transform, and matrix operations. The library's name, "NumPy," short for "Numerical Python," reflects its focus on numerical computing.
Comments
Post a Comment