Created
September 11, 2020 06:34
-
-
Save gghatano/395f65e1aa3ea62581f7590e42cde697 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
ts | type1 | type2 | col1 | col2 | |
---|---|---|---|---|---|
2020-01-01 09:00:00 | aaa | aaa1 | 1111 | 2222 | |
2020-01-01 09:00:01 | aaa | aaa1 | 1112 | 2232 | |
2020-01-01 09:00:02 | aaa | aaa1 | 1112 | 2232 | |
2020-01-01 09:00:00 | aaa | aaa2 | 1111 | 2222 | |
2020-01-01 09:00:01 | aaa | aaa2 | 1112 | 2232 | |
2020-01-01 09:00:02 | aaa | aaa2 | 1112 | 2232 | |
2020-01-01 09:00:00 | bbb | bbb1 | 1111 | 2222 | |
2020-01-01 09:00:01 | bbb | bbb1 | 1112 | 2232 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment