Baselight

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

Output
@kaggle.hawkingcr_airbnb_for_boston_with_fraud_detection.output

  • 71.39 KB
  • 3585 rows
  • 21 columns
host_response_rate

Host Response Rate

host_identity_verified

Host Identity Verified

host_total_listings_count

Host Total Listings Count

city

City

is_location_exact

Is Location Exact

property_type

Property Type

room_type

Room Type

accommodates

Accommodates

bathrooms

Bathrooms

bedrooms

Bedrooms

beds

Beds

bed_type

Bed Type

amenities

Amenities

price

Price

minimum_nights

Minimum Nights

number_of_reviews

Number Of Reviews

review_scores_rating

Review Scores Rating

instant_bookable

Instant Bookable

cancellation_policy

Cancellation Policy

reviews_per_month

Reviews Per Month

fraud

Fraud

90161111111454740007349020.38
100172181211141158145003369120.4
1001721411242016195003479520.541
100112112111496465003419810.47
10012213111417941540030189110.21
945214222415192250031310030.181
8915582121114157322900298930.15
8915582121114131209002227830.35
8915582131114113525900439030.04
89155821412241299342002218730.35

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
);

Share link

Anyone who has the link will be able to view this.