Data Upload Test
A test for uploading the data for kaggle
@kaggle.miningjerry_data_upload_test
A test for uploading the data for kaggle
@kaggle.miningjerry_data_upload_test
There's a story behind every dataset and here's your opportunity to share yours.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE testresult_book (
"summary" VARCHAR,
"summary_1" VARCHAR,
"comment" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE testresult_book_seg (
"s" VARCHAR,
"s1" VARCHAR,
"c" VARCHAR,
"p" VARCHAR
);
CREATE TABLE testresult_book_trans (
"commnet" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE testresult_dvd (
"summary" VARCHAR,
"summary_1" VARCHAR,
"comment" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE testresult_dvd_trans (
"commnet" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE testresult_music (
"summary" VARCHAR,
"summary_1" VARCHAR,
"comment" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE testresult_music_trans (
"commnet" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE train_book (
"summary" VARCHAR,
"summary_1" VARCHAR,
"comment" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE train_dvd (
"summary" VARCHAR,
"summary_1" VARCHAR,
"comment" VARCHAR,
"polarity" VARCHAR
);
CREATE TABLE train_music (
"summary" VARCHAR,
"summary_1" VARCHAR,
"comment" VARCHAR,
"polarity" VARCHAR
);
Anyone who has the link will be able to view this.