features dict | data list |
|---|---|
{
"question_number": {
"dtype": "int32",
"_type": "Value"
},
"question_text": {
"dtype": "string",
"_type": "Value"
},
"option1": {
"dtype": "string",
"_type": "Value"
},
"option2": {
"dtype": "string",
"_type": "Value"
},
"option3": {
"dtype": "string",
"_type"... | [
{
"question_number": 1,
"question_text": "have sufficient time for your personal or home life",
"option1": "of utmost importance",
"option2": "very important",
"option3": "of moderate importance",
"option4": "of little importance",
"option5": "of very little or no importance"
},
{
... |
README.md exists but content is empty.
- Downloads last month
- 10