Airbnb For Boston With Fraud Detection
used for the users who want to solve the data science problem with many features
@kaggle.hawkingcr_airbnb_for_boston_with_fraud_detection
used for the users who want to solve the data science problem with many features
@kaggle.hawkingcr_airbnb_for_boston_with_fraud_detection
CREATE TABLE output (
"host_response_rate" BIGINT,
"host_identity_verified" BIGINT,
"host_total_listings_count" BIGINT,
"city" BIGINT,
"is_location_exact" BIGINT,
"property_type" BIGINT,
"room_type" BIGINT,
"accommodates" BIGINT,
"bathrooms" DOUBLE,
"bedrooms" DOUBLE,
"beds" DOUBLE,
"bed_type" BIGINT,
"amenities" BIGINT,
"price" BIGINT,
"minimum_nights" BIGINT,
"number_of_reviews" BIGINT,
"review_scores_rating" DOUBLE,
"instant_bookable" BIGINT,
"cancellation_policy" BIGINT,
"reviews_per_month" DOUBLE,
"fraud" BIGINT
);
Anyone who has the link will be able to view this.