Baselight

Simple Stock Data Set

This Dataset represents the collection of a stocks data from a local source.

@kaggle.designerbe_simple_stock_data_set

Train
@kaggle.designerbe_simple_stock_data_set.train

  • 1.65 MB
  • 50000 rows
  • 4 columns
price

Price

v1

V1

v2

V2

time

Time

126.820135743330.6453616207-06-2017 04:11
88.99147454338430.80434400812-03-2017 02:04
114.6153228241140.21055416810-09-2017 15:59
117.3881461450390.67199257904-03-2017 00:41
117.4965172328770.60079628613-05-2017 20:41
124.2682017284310.21471781212-01-2017 19:50
123.3803667453220.6324754109-07-2017 08:33
91.59527044117100.52190618509-02-2017 20:03
91.7708077457000.24978980205-01-2018 05:46
77.08253875256010.02154822902-01-2018 17:48

CREATE TABLE train (
  "price" DOUBLE,
  "v1" BIGINT,
  "v2" DOUBLE,
  "time" VARCHAR
);

Share link

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