map_index_to_coordinate_value#

rojak.core.indexing.map_index_to_coordinate_value(indices: pd.Series | pd.Index, coordinate: NDArray, series_name: str | None = None) pd.Series[source]#

Retrieve original value based on index

This function is the inverse of :py:func`map_values_to_nearest_coordinate_index`

Parameters:
  • indices (pd.Series | pd.Index) – Indices of the values to map

  • coordinate (NDArray) – Values which the indices correspond to

  • series_name (str | None) – Name of the new pandas series

Return type:

pd.Series

Returns: new pandas series with values