Chapter-5 DS
Chapter-5 DS
3. Pandas: Pandas are built on top of two core Python libraries—matplotlib for
data visualization and NumPy for mathematical operations. Pandas acts as a
wrapper over these libraries, allowing you to access many of matplotlib and
NumPy's methods with less code.
5. Scipy: SciPy is an open-source Python library that's used in almost every field
of science and engineering optimization, stats, and signal processing. Like
NumPy, SciPy is open source so we can use it freely. SciPy was created by
NumPy's creator Travis Olliphant.
6. Scrapy: Scrapy is a comprehensive open-source framework and is among the
most powerful libraries used for web data extraction. Scrapy natively
integrates functions for extracting data from HTML or XML sources using
CSS and XPath expressions.
Chapter Ends…