我想在Xampp上传一个csv文件。我的数据的基本结构是:
"age";"job";"marital";"education";"default";"housing";"loan";"contact";"month";"day_of_week";"duration";"campaign";"pdays";"previous";"poutcome";"emp.var.rate";"cons.price.idx";"cons.conf.idx";"euribor3m";"nr.employed";"y"
56;"housemaid";"married";"basic.4y";"no";"no";"no";"telephone";"may";"mon";261;1;999;0;"nonexistent";1.1;93.994;-36.4;4.857;5191;"no"
57;"services";"married";"high.school";"unknown";"no";"no";"telephone";"may";"mon";149;1;999;0;"nonexistent";1.1;93.994;-36.4;4.857;5191;"no"
在上传之前,我填写了以下基本数据要求:
Enable foreign key check
Columns separated with: ;
Columns enclosed with:
Columns escaped with:
Lines terminated with: auto
但是在上传我的数据集之后,它只显示了COL1,COL 2,......我也找不到我的列名和数据。我如何上传这些数据?