{
   "name": "credit-approval",
   "title": "Credit approval",
   "resources": [
      {
         "path": "credit-approval.csv",
         "pathType": "local",
         "name": "credit-approval",
         "format": "csv",
         "mediatype": "text/csv",
         "encoding": "ISO-8859-2",
         "dialect": {
            "delimiter": ",",
            "quoteChar": "\""
         },
         "schema": {
            "fields": [
               {
                  "name": "A1",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A2",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "A3",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "A4",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A5",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A6",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A7",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A8",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "A9",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A10",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A11",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "A12",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A13",
                  "type": "string",
                  "format": "default"
               },
               {
                  "name": "A14",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "A15",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "class",
                  "type": "string",
                  "format": "default"
               }
            ],
            "missingValues": [
               ""
            ]
         }
      },
      {
         "path": "credit-approval.arff",
         "pathType": "local",
         "name": "credit-approval",
         "format": "arff",
         "encoding": "ISO-8859-1"
      }
   ],
   "readme": "The resources for this dataset can be found at https://www.openml.org/d/29\n\nAuthor: Confidential - Donated by Ross Quinlan   \nSource: [UCI](http://archive.ics.uci.edu/ml/datasets/credit+approval) - 1987  \nPlease cite: [UCI](http://archive.ics.uci.edu/ml/citation_policy.html)  \n\nCredit Approval\nThis file concerns credit card applications. All attribute names and values have been changed to meaningless symbols to protect the confidentiality of the data.  \n   \nThis dataset is interesting because there is a good mix of attributes -- continuous, nominal with small numbers of values, and nominal with larger numbers of values.  There are also a few missing values.",
   "description": "The resources for this dataset can be found at https://www.openml.org/d/29\n\nAuthor: Confidential - D",
   "licenses": [
      {
         "name": "ODC-PDDL",
         "path": "http://opendatacommons.org/licenses/pddl/",
         "title": "Open Data Commons Public Domain Dedication and License"
      }
   ]
}