pandas.Series.get_value
- 
Series.get_value(label, takeable=False)[source] - 
Quickly retrieve single value at passed index label.
Deprecated since version 0.21.0: Please use .at[] or .iat[] accessors.
Parameters: - 
label : object - 
takeable : interpret the index as indexers, default False 
Returns: - 
value : scalar value 
 - 
 
    © 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
    https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.Series.get_value.html