finam.data.check_quantified#

finam.data.check_quantified(xdata, routine='check_quantified')[source]#

Check if data is a quantified DataArray.

Parameters:
  • xdata (numpy.ndarray) – The given data array.

  • routine (str, optional) – Name of the routine to show in the Error, by default “check_quantified”

Raises:

FinamDataError – If the array is not a quantified DataArray.