Skip to content

Commit

Permalink
another user guide fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvenditto committed Feb 28, 2025
1 parent 517f71d commit df5fb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/03_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ When initializing with a DataFrame, the DataFrame index must match the `TsdFrame
```{code-cell} ipython3
metadata = pd.DataFrame(
index=["a", "b", "c"],
data=[["red", 10, "x"], ["blue", 20, "x"], ["green", 30, "x"]],
data=[["red", 10, "x"], ["blue", 20, "x"], ["green", 30, "y"]],
columns=["color", "position", "label"],
)
Expand Down

0 comments on commit df5fb82

Please sign in to comment.