© Valentina Porcu 2018
Valentina PorcuPython for Data Mining Quick Syntax Referencehttps://doi.org/10.1007/978-1-4842-4113-4_9

9. SciPy and NumPy

Valentina Porcu1 
(1)
Nuoro, Italy
 

Although pandas is a very important package for data analysis, it can work in conjunction with two other packages: SciPy and NumPy.

SciPy

SciPy is one of the most important packages for mathematical and statistical analysis in Python, and it is linked closely to NumPy. SciPy contains more than 60 statistical functions organized in families of modules:
  • scipy.cluster

  • scipy.constants

  • scipy.fftpack

  • scipy.integrate

  • scipy.interpolate

  • scipy.io

  • scipy.lib

  • scipy.linalg

  • scipy.misc

  • scipy.optimize

  • scipy.signal

  • scipy.sparse

  • scipy.spatial

  • scipy.special

  • scipy.stats

  • scipy.weave

>>> import scipy as sp
>>> ...

Get Python for Data Mining Quick Syntax Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.