Skip to content

Commit

Permalink
Update docs/tutorials/linkage_example_verknupfung.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Wilde <[email protected]>
  • Loading branch information
matweldon and daffidwilde authored Apr 2, 2024
1 parent 5854a16 commit 7fcc47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/linkage_example_verknupfung.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ df1 = pd.DataFrame(
"first_name": ["Laura", "Kaspar", "Grete"],
"last_name": ["Daten", "Gorman", "Knopf"],
"gender": ["f", "m", "f"],
"date_of_birth": ["01/03/1977","31/12/1975","12/7/1981"],
"date_of_birth": ["01/03/1977", "31/12/1975", "12/7/1981"],
"instrument": ["bass", "guitar", "drums"],
}
)
Expand Down

0 comments on commit 7fcc47c

Please sign in to comment.