colour.utilities.is_pandas_installed#
- colour.utilities.is_pandas_installed(raise_exception: bool = False) bool [source]#
Return whether Pandas is installed and available.
- Parameters:
raise_exception (bool) – Whether to raise an exception if Pandas is unavailable.
- Returns:
Whether Pandas is installed.
- Return type:
- Raises:
ImportError – If Pandas is not installed.