bach.Series.value
property valueโ
: Any
Retrieve the actual single value of this series. If itโs not sure that there is only one value, a ValueError is raised. In that case use Series.values[0] to retrieve the value.
note
This function queries the database.