Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Sep 9, 2023
1 parent d950f34 commit 9b5f088
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,6 @@ def make_transaction_frame(self) -> pd.DataFrame:
)
frame.drop_duplicates(inplace=True)
frame.sort_values(by=("", "timestamp"), inplace=True)
frame.reset_index(inplace=True)
frame.drop([("index", "")], axis=1, inplace=True)
return frame

0 comments on commit 9b5f088

Please sign in to comment.