Baselight

Import Export Bangladesh Since 1962

Annually Import-Export data of Bangladesh from 1962

@kaggle.shawkatsujon_export_vs_import_bangladesh_since_1962

Loading...
Loading...

About this Dataset

Import Export Bangladesh Since 1962

A healthy economy is one where both exports and imports are experiencing growth. This typically indicates economic strength and a sustainable trade surplus or deficit. If exports are growing, but imports have declined significantly, it may indicate that foreign economies are in better shape than the domestic economy. Conversely, if exports fall sharply but imports surge, this may indicate that the domestic economy is faring better than overseas markets. This dataset provides a comparative analysis of Bangladesh's export and import since 1962 and also provides the overall percentage of GDP.

Tables

Import Export Since 1962

@kaggle.shawkatsujon_export_vs_import_bangladesh_since_1962.import_export_since_1962
  • 12.05 kB
  • 60 rows
  • 10 columns
Loading...
CREATE TABLE import_export_since_1962 (
  "year" DOUBLE,
  "gdp_billion" VARCHAR  -- GDP (Billion),
  "gdp_per_capita" VARCHAR,
  "gdp_growth" DOUBLE,
  "annual_gdp_change" DOUBLE,
  "annual_growth_per_capita" DOUBLE,
  "export_billions_of_us" VARCHAR  -- Export Billions Of US $,
  "export_of_gdp" DOUBLE  -- Export % Of GDP,
  "import_billions_of_us" VARCHAR  -- Import Billions Of US $,
  "import_of_gdp" DOUBLE  -- Import % Of GDP
);

Share link

Anyone who has the link will be able to view this.