IDA Balance Sheet
From World Bank Financial Open Data
@kaggle.theworldbank_ida_balance_sheet
From World Bank Financial Open Data
@kaggle.theworldbank_ida_balance_sheet
More details about each file are in the individual file descriptions.
This is a dataset hosted by the World Bank. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore World Bank's Financial Data using Kaggle and all of the data sources available through the World Bank organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
This dataset is distributed under a Creative Commons Attribution 3.0 IGO license.
Cover photo by Fineas Anton on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
This dataset is distributed under the following licenses: Creative Commons Attribution 3.0 IGO
CREATE TABLE ida_balance_sheet_fy2011 (
"category" VARCHAR,
"line_item" VARCHAR,
"fiscal_year" BIGINT,
"amount_us_millions" DOUBLE -- Amount (US$, Millions)
);CREATE TABLE ida_balance_sheet_fy2013 (
"category" VARCHAR,
"line_item" VARCHAR,
"fiscal_year" BIGINT,
"amount_us_millions" BIGINT -- Amount (US$, Millions)
);Anyone who has the link will be able to view this.