finam.data.has_time_axis# finam.data.has_time_axis(xdata, grid)[source]# Check if the data array has a time axis. Parameters: xdata (numpy.ndarray) – The given data array. grid (GridBase) – The associated grid specification Returns: Whether the data has a time axis. Return type: bool