caiso_utils#
Module Contents#
Functions#
|
Check if the latest value time is from the previous day and update the date accordingly |
|
Contents#
- gridstatus.caiso.caiso_utils.check_latest_value_time(df: pandas.DataFrame, column: str)[source]#
Check if the latest value time is from the previous day and update the date accordingly
- Parameters:
df (pd.DataFrame) – DataFrame to check
column (str) – Column to check
- Returns:
Latest time
- Return type:
pd.Timestamp