Baselight

Ride Hailing Transaction

Comprehensive Synthetic Data for Ride Hailing Analytics and Machine Learning

@kaggle.galihwardiana_ride_hailing_transaction

Vouchers
@kaggle.galihwardiana_ride_hailing_transaction.vouchers

  • 32.38 KB
  • 1000 rows
  • 6 columns
voucher_code

Voucher Code

discount_amount

Discount Amount

start_date

Start Date

end_date

End Date

updated_at

Updated At

discount_perc

Discount Perc

XYZ45679.117336265471734299250173583539911
456JKL46.3217335869201734408835173523296414
789VWX74.6217295194661731580427173179824312
XYZ45676.2317109842451711134347171177863613
YZA12399.9917147481831716945731171864203334
STU45654.031710724871171283121717141085886
456JKL82.731736068833173804778717386459861
XYZ45647.961722627449172468492917268849979
ABC12310.5717318750451733535269173410852512
ABC12327.5817095475581710763891171106521630

CREATE TABLE vouchers (
  "voucher_code" VARCHAR,
  "discount_amount" DOUBLE,
  "start_date" BIGINT,
  "end_date" BIGINT,
  "updated_at" BIGINT,
  "discount_perc" BIGINT
);

Share link

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