janeiro
This commit is contained in:
@@ -14,7 +14,8 @@ def completar_com_valores_menos_um(dados, estacao, output):
|
||||
|
||||
dados_df = pd.read_csv(dados, sep=';', decimal=',', parse_dates=['DATA'], dayfirst=True)
|
||||
start_date = '1980-01-01'
|
||||
end_date = '2022-12-31'
|
||||
end_date = '2024-12-31'
|
||||
|
||||
filtered_df = dados_df[(dados_df['DATA'] >= start_date) & (dados_df['DATA'] <= end_date)]
|
||||
|
||||
dados_df=filtered_df
|
||||
|
||||
Reference in New Issue
Block a user