We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55e141 commit 4aa202aCopy full SHA for 4aa202a
changehc/delphi_changehc/update_sensor.py
@@ -229,7 +229,7 @@ def update_sensor(self,
229
# sample size is never shared
230
df["sample_size"] = np.nan
231
# conform to naming expected by create_export_csv()
232
- df = df.reset_index().rename(columns={"date": "timestamp", "rate": "val"})
+ df = df.reset_index().rename(columns={"rate": "val"})
233
# df.loc[~df['incl'], ["val", "se"]] = np.nan # update to this line after nancodes get merged in
234
df = df[df['incl']]
235
0 commit comments