Craigslist Gigs (Boston)
Gigs collected from craigslist (boston)
@kaggle.thedevastator_craigslist_gigs_boston
Gigs collected from craigslist (boston)
@kaggle.thedevastator_craigslist_gigs_boston
| Features | Description |
|---|---|
| 'ID' | The ID number of the post. |
| 'post_datetime' | The date and time when the post was created. |
| 'post_title_link' | The URL link of the post. |
| 'post_title_text' | The title of the post. |
| 'post_hood' | The location of the post. |
| 'detail_body' | The description of the post. |
| 'Completed' | If the job is completed or not. |
| 'pay_from_post' | Pay offered in the post. |
| 'pay_rate' | The average pay rate in the US. |
| 'country' | Country the post was written. |
CREATE TABLE craigslistbostongigs09262022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"post_datetime" VARCHAR,
"post_title_link" VARCHAR,
"post_title_text" VARCHAR,
"post_hood" VARCHAR,
"detail_body" VARCHAR,
"completed" BOOLEAN,
"pay_from_post" DOUBLE,
"pay_rate" VARCHAR
);CREATE TABLE craigslistbostongigs09272022 (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"post_datetime" VARCHAR,
"post_title_link" VARCHAR,
"post_title_text" VARCHAR,
"post_hood" VARCHAR,
"detail_body" VARCHAR,
"completed" BOOLEAN,
"pay_from_post" DOUBLE,
"pay_rate" VARCHAR
);Anyone who has the link will be able to view this.