pandas.Index.get_value — pandas 1.0.1 documentation (original) (raw)
Index.
get_value
(self, series, key)[source]¶
Fast lookup of value from 1-dimensional ndarray. Only use this if you know what you’re doing.
Returns
scalar
A value in the Series with the index of the key value in self.