Last active
December 10, 2021 21:53
-
-
Save jonathanmach/5b473cd9a274d46b7b00586c93cbcc40 to your computer and use it in GitHub Desktop.
test.json
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
{ | |
"basic_age": [ | |
1, | |
5, | |
6, | |
2, | |
1, | |
3, | |
0, | |
0 | |
], | |
"basic_sex": [ | |
1, | |
5, | |
5, | |
2, | |
1, | |
3, | |
0, | |
0 | |
], | |
"date": [ | |
"2021-12-03T00:00:00", | |
"2021-12-04T00:00:00", | |
"2021-12-05T00:00:00", | |
"2021-12-06T00:00:00", | |
"2021-12-07T00:00:00", | |
"2021-12-08T00:00:00", | |
"2021-12-09T00:00:00", | |
"2021-12-10T00:00:00" | |
], | |
"user_name": [ | |
1, | |
5, | |
6, | |
2, | |
1, | |
3, | |
0, | |
0 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment