Skip to content

Commit 370f458

Browse files
Drop timestamp column
1 parent 536fcd3 commit 370f458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analytics/api/views/data.py

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def post(self):
166166
data_frame.drop(
167167
columns=[
168168
"site_id",
169+
"timestamp",
169170
],
170171
inplace=True,
171172
)

0 commit comments

Comments
 (0)