Microsoft Stock- Time Series Analysis
This contains data of Microsoft stock. it was gathered using google sheets.
@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis
This contains data of Microsoft stock. it was gathered using google sheets.
@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis
CREATE TABLE microsoft_stock (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.