Last active
March 28, 2025 01:37
-
-
Save khirotaka/4660ada7f6fc9f74a1f3e46cadb3f108 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from | to | |
---|---|---|
Rosa | Karl | |
Karl | Fred | |
Fred | Karl |
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 3 columns, instead of 4 in line 2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from,to,since | |
Rosa,Berlin,2020 | |
Fred,London,, | |
Karl,London,1980 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | gender | age | |
---|---|---|---|
Rosa | f | ||
Karl | 64 | ||
Fred |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
city | country | |
---|---|---|
Berlin | Germany | |
London | UK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment