Airbnb Stocks
What can ghosts find vacation rentals? ScareBnB.
@kaggle.programmerrdai_airbnb_stocks
What can ghosts find vacation rentals? ScareBnB.
@kaggle.programmerrdai_airbnb_stocks
CREATE TABLE abnb_1 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE abnb_2 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE abnb (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.