Included Packages

Your installation of Spotfire includes version 3.7.5 of the Python interpreter and several packages it needs to run under Spotfire. To run the Python interpreter, you must have the 64-bit version of Spotfire.

Important: The packages listed in this table are required for Spotfire and the Python interpreter to work together. Removing or altering these packages can cause your Python data functions to fail.
Package name Version Description More information
bitstring 3.1.7 A pure Python module that makes the creation, manipulation and analysis of binary data as simple and natural as possible. https://pypi.org/project/bitstring/

https://pythonhosted.org/bitstring/

numpy 1.19.1 Provides the following.
  • An N-dimensional array object.
  • Broadcasting functions.
  • Tools for integrating C/C++ and Fortran code.
  • Linear algebra, Fourier transform, and random number capabilities.
https://pypi.org/project/numpy/

https://docs.scipy.org/doc/numpy/

pandas 1.1.1 Provides data structures and data analysis tools for dealing with tabular data, ordered and unordered time series data, matrix data, and other types of data sets. https://pypi.org/project/pandas/

https://pandas.pydata.org/pandas-docs/stable/

pip 20.2.2 Provides support for installing packages. https://pip.readthedocs.io/en/stable/reference/pip_install/#description
python-dateutil 2.8.1 Provides extensions to the datetime module in Python. https://pypi.org/project/python-dateutil/

https://dateutil.readthedocs.io/en/stable/

pytz 2020.1 Provides a platform for cross-platform time zone calculations. https://pypi.org/project/pytz/
six 1.15.0 Provides utility functions for smoothing over the differences between the Python versions 2 and 3. https://pypi.org/project/six/

https://six.readthedocs.io/

setuptools 50.0.3 Provides tools for building, installing, upgrading, and uninstalling Python packages. https://pypi.org/project/setuptools/

https://setuptools.readthedocs.io/en/latest/

wheel 0.0.35.1 The reference implementation of the Python wheel packaging standard, as defined in PEP 427. https://pypi.org/project/wheel/

https://wheel.readthedocs.io/en/stable/