Skip to content

Instantly share code, notes, and snippets.

@jonathanmach
Last active December 10, 2021 21:53
Show Gist options
  • Save jonathanmach/5b473cd9a274d46b7b00586c93cbcc40 to your computer and use it in GitHub Desktop.
Save jonathanmach/5b473cd9a274d46b7b00586c93cbcc40 to your computer and use it in GitHub Desktop.
test.json
{
"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