Simple Stock Data Set
This Dataset represents the collection of a stocks data from a local source.
@kaggle.designerbe_simple_stock_data_set
This Dataset represents the collection of a stocks data from a local source.
@kaggle.designerbe_simple_stock_data_set
CREATE TABLE test (
"price" DOUBLE,
"v1" BIGINT,
"v2" DOUBLE,
"time" VARCHAR
);
Anyone who has the link will be able to view this.