mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
Fix price adjustments for fast charging sessions
This commit is contained in:
committed by
Florian BEZANNIER
parent
4a2c90e036
commit
6fff770ae9
@@ -79,7 +79,7 @@ def diff_dashtable(data, data_previous, row_id_name="row_id"):
|
||||
changes = []
|
||||
for idx, row in df_diff.iterrows():
|
||||
row.dropna(inplace=True)
|
||||
for change in row.iteritems():
|
||||
for change in row.items():
|
||||
changes.append(
|
||||
{
|
||||
row_id_name: data[idx][row_id_name],
|
||||
|
||||
Reference in New Issue
Block a user