Atlas Of The Offshore World
International tax evasion and avoidance dataset
@kaggle.konradb_atlas_of_the_offshore_world
International tax evasion and avoidance dataset
@kaggle.konradb_atlas_of_the_offshore_world
CREATE TABLE global_profit_shifting (
"country" VARCHAR,
"tax_rev_pct" VARCHAR,
"year" BIGINT,
"status" BIGINT
);
CREATE TABLE offshore_financial_wealth (
"country" VARCHAR,
"tax_rev_pct" DOUBLE,
"year" BIGINT,
"status" BIGINT
);
Anyone who has the link will be able to view this.