Robinhood Stock Popularity History
1 year of hourly data of the number of Robinhood users that own each stock
@kaggle.cprimozi_robinhood_stock_popularity_history
1 year of hourly data of the number of Robinhood users that own each stock
@kaggle.cprimozi_robinhood_stock_popularity_history
CREATE TABLE usep (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE useq (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usfd (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usfr (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE ushg (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE ushy (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usi (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usig (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usio (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usl (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE uslb (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE uslm (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE uslv (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usm (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usmc (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usmf (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usmv (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usna (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE uso (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usoi (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usph (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE usrt (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE ussg (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE ust (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
CREATE TABLE ustb (
"timestamp" TIMESTAMP,
"users_holding" BIGINT
);
Anyone who has the link will be able to view this.