Baselight

Simple Stock Data Set

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

@kaggle.designerbe_simple_stock_data_set

Test
@kaggle.designerbe_simple_stock_data_set.test

  • 341.96 KB
  • 10000 rows
  • 4 columns
price

Price

v1

V1

v2

V2

time

Time

119.4534536563950.79752883706-11-2017 20:58
129.2063812221850.98140434513-07-2017 08:35
127.5267389176950.42517961804-03-2017 13:44
149.8344833262770.07632380804-09-2017 02:27
141.6005322245640.67294385918-04-2017 02:03
126.65979363460.64728597228-03-2017 12:07
105.010627895830.28401869102-05-2017 21:18
106.4810977539800.19218443805-10-2017 01:28
138.081310430200.5540161506-02-2017 04:51
150.1175811266670.06800612519-01-2017 12:04

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

Share link

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