Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Aug 12, 2024
1 parent c390625 commit de68e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ df['time_numeric'] = ((df.index-df.index.min())/pd.Timedelta(days=1)).astype(int
df.sample(5)

>>> id value time_numeric
time
>>> time
>>> 2024-12-24 05:00:00 a 1.944142 358
>>> 2024-09-01 11:00:00 a -0.528874 244
>>> 2024-10-26 22:00:00 b 7.377142 299
Expand Down

0 comments on commit de68e40

Please sign in to comment.