Senate Investments
Data containing all electronically submitted investments by Senators
@kaggle.heresjohnnyv_congress_investments
Data containing all electronically submitted investments by Senators
@kaggle.heresjohnnyv_congress_investments
CREATE TABLE senatorcleaned (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"transaction_date" TIMESTAMP,
"owner" VARCHAR,
"ticker" VARCHAR,
"asset_name" VARCHAR,
"asset_type" VARCHAR,
"type" VARCHAR,
"amount" DOUBLE,
"comment" VARCHAR
);
Anyone who has the link will be able to view this.