Skip to content

Commit d463249

Browse files
committed
A lot of work
1 parent a659407 commit d463249

20 files changed

+6255
-127
lines changed

.gitignore

Lines changed: 17 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -4,133 +4,23 @@ logs
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7+
pnpm-debug.log*
78
lerna-debug.log*
8-
.pnpm-debug.log*
99

10-
# Diagnostic reports (https://nodejs.org/api/report.html)
11-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12-
13-
# Runtime data
14-
pids
15-
*.pid
16-
*.seed
17-
*.pid.lock
18-
19-
# Directory for instrumented libs generated by jscoverage/JSCover
20-
lib-cov
21-
22-
# Coverage directory used by tools like istanbul
23-
coverage
24-
*.lcov
25-
26-
# nyc test coverage
27-
.nyc_output
28-
29-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
30-
.grunt
31-
32-
# Bower dependency directory (https://bower.io/)
33-
bower_components
34-
35-
# node-waf configuration
36-
.lock-wscript
37-
38-
# Compiled binary addons (https://nodejs.org/api/addons.html)
39-
build/Release
40-
41-
# Dependency directories
42-
node_modules/
43-
jspm_packages/
44-
45-
# Snowpack dependency directory (https://snowpack.dev/)
46-
web_modules/
47-
48-
# TypeScript cache
49-
*.tsbuildinfo
50-
51-
# Optional npm cache directory
52-
.npm
53-
54-
# Optional eslint cache
55-
.eslintcache
56-
57-
# Optional stylelint cache
58-
.stylelintcache
59-
60-
# Microbundle cache
61-
.rpt2_cache/
62-
.rts2_cache_cjs/
63-
.rts2_cache_es/
64-
.rts2_cache_umd/
65-
66-
# Optional REPL history
67-
.node_repl_history
68-
69-
# Output of 'npm pack'
70-
*.tgz
71-
72-
# Yarn Integrity file
73-
.yarn-integrity
74-
75-
# dotenv environment variable files
76-
.env
77-
.env.development.local
78-
.env.test.local
79-
.env.production.local
80-
.env.local
81-
82-
# parcel-bundler cache (https://parceljs.org/)
83-
.cache
84-
.parcel-cache
85-
86-
# Next.js build output
87-
.next
88-
out
89-
90-
# Nuxt.js build / generate output
91-
.nuxt
10+
node_modules
9211
dist
93-
94-
# Gatsby files
95-
.cache/
96-
# Comment in the public line in if your project uses Gatsby and not Next.js
97-
# https://nextjs.org/blog/next-9-1#public-directory-support
98-
# public
99-
100-
# vuepress build output
101-
.vuepress/dist
102-
103-
# vuepress v2.x temp and cache directory
104-
.temp
105-
.cache
106-
107-
# vitepress build output
108-
**/.vitepress/dist
109-
110-
# vitepress cache directory
111-
**/.vitepress/cache
112-
113-
# Docusaurus cache and generated files
114-
.docusaurus
115-
116-
# Serverless directories
117-
.serverless/
118-
119-
# FuseBox cache
120-
.fusebox/
121-
122-
# DynamoDB Local files
123-
.dynamodb/
124-
125-
# TernJS port file
126-
.tern-port
127-
128-
# Stores VSCode versions used for testing VSCode extensions
129-
.vscode-test
130-
131-
# yarn v2
132-
.yarn/cache
133-
.yarn/unplugged
134-
.yarn/build-state.yml
135-
.yarn/install-state.gz
136-
.pnp.*
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?
25+
26+
~$*

CountryTradeData.csv

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
Country,Country Code,Trade in USD,Trade as Number
2+
Mexico,MX,$509.96B,509960000000.00
3+
China,CN,$462.62B,462620000000.00
4+
Canada,CA,$421.21B,421210000000.00
5+
Germany,DE,$163.39B,163390000000.00
6+
Japan,JP,$152.07B,152070000000.00
7+
Vietnam,VN,$142.48B,142480000000.00
8+
South Korea,KR,$135.46B,135460000000.00
9+
Ireland,IE,$103.76B,103760000000.00
10+
India,IN,$91.23B,91230000000.00
11+
Italy,IT,$78.42B,78420000000.00
12+
United Kingdom,GB,$68.83B,68830000000.00
13+
Thailand,TH,$66.01B,66010000000.00
14+
Switzerland,CH,$64.00B,64000000000.00
15+
France,FR,$61.14B,61140000000.00
16+
Malaysia,MY,$53.85B,53850000000.00
17+
Brazil,BR,$44.18B,44180000000.00
18+
Singapore,SG,$43.55B,43550000000.00
19+
Netherlands,NL,$35.03B,35030000000.00
20+
Indonesia,ID,$29.55B,29550000000.00
21+
Belgium,BE,$28.27B,28270000000.00
22+
Israel,IL,$22.52B,22520000000.00
23+
Spain,ES,$22.09B,22090000000.00
24+
Sweden,SE,$18.49B,18490000000.00
25+
Colombia,CO,$18.43B,18430000000.00
26+
Austria,AT,$17.89B,17890000000.00
27+
Turkey,TR,$17.80B,17800000000.00
28+
Chile,CL,$17.41B,17410000000.00
29+
Australia,AU,$16.57B,16570000000.00
30+
South Africa,ZA,$14.82B,14820000000.00
31+
Philippines,PH,$14.59B,14590000000.00
32+
Poland,PL,$14.08B,14080000000.00
33+
Cambodia,KH,$13.36B,13360000000.00
34+
Saudi Arabia,SA,$13.19B,13190000000.00
35+
Hungary,HU,$12.84B,12840000000.00
36+
Costa Rica,CR,$12.01B,12010000000.00
37+
Denmark,DK,$10.24B,10240000000.00
38+
Peru,PE,$10.01B,10010000000.00
39+
Ecuador,EC,$9.10B,9100000000.00
40+
Bangladesh,BD,$8.78B,8780000000.00
41+
Czech Republic,CZ,$8.31B,8310000000.00
42+
Slovakia,SK,$8.30B,8300000000.00
43+
Finland,FI,$8.25B,8250000000.00
44+
United Arab Emirates,AE,$7.80B,7800000000.00
45+
Dominican Republic,DO,$7.73B,7730000000.00
46+
Iraq,IQ,$7.69B,7690000000.00
47+
Argentina,AR,$7.41B,7410000000.00
48+
Portugal,PT,$6.88B,6880000000.00
49+
Norway,NO,$6.88B,6880000000.00
50+
Slovenia,SI,$6.33B,6330000000.00
51+
Venezuela,VE,$6.32B,6320000000.00
52+
Hong Kong,HK,$6.05B,6050000000.00
53+
Nigeria,NG,$5.87B,5870000000.00
54+
New Zealand,NZ,$5.86B,5860000000.00
55+
Honduras,HN,$5.80B,5800000000.00
56+
Guyana,GY,$5.51B,5510000000.00
57+
Pakistan,PK,$5.47B,5470000000.00
58+
Guatemala,GT,$5.46B,5460000000.00
59+
Nicaragua,NI,$4.77B,4770000000.00
60+
Romania,RO,$4.03B,4030000000.00
61+
Trinidad And Tobago,TT,$3.49B,3490000000.00
62+
Jordan,JO,$3.44B,3440000000.00
63+
Russia,RU,$3.27B,3270000000.00
64+
Sri Lanka,LK,$3.16B,3160000000.00
65+
Egypt,EG,$2.72B,2720000000.00
66+
Algeria,DZ,$2.54B,2540000000.00
67+
Kazakhstan,KZ,$2.41B,2410000000.00
68+
El Salvador,SV,$2.41B,2410000000.00
69+
Greece,GR,$2.40B,2400000000.00
70+
Lithuania,LT,$2.08B,2080000000.00
71+
Morocco,MA,$1.98B,1980000000.00
72+
Angola,AO,$1.91B,1910000000.00
73+
Qatar,QA,$1.87B,1870000000.00
74+
Bahamas,BS,$1.84B,1840000000.00
75+
Kuwait,KW,$1.75B,1750000000.00
76+
Bulgaria,BG,$1.53B,1530000000.00
77+
Libya,LY,$1.49B,1490000000.00
78+
Oman,OM,$1.41B,1410000000.00
79+
Uruguay,UY,$1.28B,1280000000.00
80+
Bahrain,BH,$1.27B,1270000000.00
81+
Ukraine,UA,$1.23B,1230000000.00
82+
Ghana,GH,$1.21B,1210000000.00
83+
Tunisia,TN,$1.15B,1150000000.00
84+
Iceland,IS,$1.11B,1110000000.00
85+
Estonia,EE,$1.10B,1100000000.00
86+
Ivory Coast,CI,$1.05B,1050000000.00
87+
Croatia,HR,$1.03B,1030000000.00
88+
Serbia,RS,$877.27M,877270000.00
89+
Laos,LA,$849.74M,849740000.00
90+
Kenya,KE,$758.90M,758900000.00
91+
Madagascar,MG,$753.23M,753230000.00
92+
Luxembourg,LU,$721.86M,721860000.00
93+
Myanmar,MM,$683.25M,683250000.00
94+
Latvia,LV,$675.73M,675730000.00
95+
Haiti,HT,$641.77M,641770000.00
96+
Panama,PA,$580.86M,580860000.00
97+
Bolivia,BO,$515.25M,515250000.00
98+
Ethiopia,ET,$488.73M,488730000.00
99+
Botswana,BW,$415.01M,415010000.00
100+
Paraguay,PY,$377.94M,377940000.00
101+
Jamaica,JM,$376.34M,376340000.00
102+
Fiji,FJ,$347.03M,347030000.00
103+
Congo,CD,$327.43M,327430000.00
104+
Faroe Islands,FO,$286.23M,286230000.00
105+
Namibia,NA,$279.55M,279550000.00
106+
Lebanon,LB,$268.30M,268300000.00
107+
Cameroon,CM,$260.33M,260330000.00
108+
Brunei,BN,$248.56M,248560000.00
109+
Mauritius,MU,$244.79M,244790000.00
110+
Senegal,SN,$243.69M,243690000.00
111+
Lesotho,LS,$242.46M,242460000.00
112+
Malta,MT,$224.18M,224180000.00
113+
Mozambique,MZ,$220.30M,220300000.00
114+
Tanzania,TZ,$211.41M,211410000.00
115+
Bosnia And Herzegovina,BA,$186.17M,186170000.00
116+
Gabon,GA,$183.19M,183190000.00
117+
Macedonia,MK,$179.32M,179320000.00
118+
Georgia,GE,$176.71M,176710000.00
119+
Zambia,ZM,$171.47M,171470000.00
120+
Azerbaijan,AZ,$162.76M,162760000.00
121+
Moldova,MD,$142.05M,142050000.00
122+
Uganda,UG,$138.09M,138090000.00
123+
Equatorial Guinea,GQ,$137.85M,137850000.00
124+
Albania,AL,$133.15M,133150000.00
125+
Armenia,AM,$129.03M,129030000.00
126+
Nepal,NP,$128.52M,128520000.00
127+
Macau,MO,$111.94M,111940000.00
128+
Togo,TG,$97.45M,97450000.00
129+
Suriname,SR,$96.64M,96640000.00
130+
Belize,BZ,$86.37M,86370000.00
131+
Chad,TD,$82.73M,82730000.00
132+
Papua New Guinea,PG,$80.90M,80900000.00
133+
Liberia,LR,$73.77M,73770000.00
134+
Zimbabwe,ZW,$69.53M,69530000.00
135+
Cyprus,CY,$60.39M,60390000.00
136+
Benin,BJ,$53.49M,53490000.00
137+
Cayman Islands,KY,$51.02M,51020000.00
138+
Barbados,BB,$50.59M,50590000.00
139+
Uzbekistan,UZ,$44.41M,44410000.00
140+
French Polynesia,PF,$43.59M,43590000.00
141+
Malawi,MW,$43.01M,43010000.00
142+
Republic of the Congo,CG,$41.62M,41620000.00
143+
Djibouti,DJ,$40.57M,40570000.00
144+
New Caledonia,NC,$35.36M,35360000.00
145+
Greenland,GL,$33.20M,33200000.00
146+
Rwanda,RW,$30.96M,30960000.00
147+
Sierra Leone,SL,$29.61M,29610000.00
148+
Mongolia,MN,$27.54M,27540000.00
149+
San Marino,SM,$26.14M,26140000.00
150+
Antigua and Barbuda,AG,$24.04M,24040000.00
151+
Bermuda,BM,$23.78M,23780000.00
152+
Afghanistan,AF,$23.77M,23770000.00
153+
Swaziland,SZ,$23.31M,23310000.00
154+
Marshall Islands,MH,$23.19M,23190000.00
155+
Belarus,BY,$21.21M,21210000.00
156+
St Kitts and Nevis,KN,$20.46M,20460000.00
157+
Kyrgyzstan,KG,$17.17M,17170000.00
158+
Grenada,GD,$15.90M,15900000.00
159+
Turkmenistan,TM,$15.67M,15670000.00
160+
Montenegro,ME,$15.61M,15610000.00
161+
Vanuatu,VU,$14.20M,14200000.00
162+
Sudan,SD,$13.21M,13210000.00
163+
Syria,SY,$11.18M,11180000.00
164+
Aruba,AW,$10.94M,10940000.00
165+
Yemen,YE,$9.33M,9330000.00
166+
Niger,NE,$8.50M,8500000.00
167+
St Vincent and the Grenadines,VC,$8.40M,8400000.00
168+
Seychelles,SC,$8.07M,8070000.00
169+
Palestine,PS,$7.63M,7630000.00
170+
Guinea,GN,$6.57M,6570000.00
171+
Maldives,MV,$6.36M,6360000.00
172+
Iran,IR,$6.29M,6290000.00
173+
East Timor,TL,$6.08M,6080000.00
174+
Mali,ML,$5.68M,5680000.00
175+
Samoa,WS,$5.04M,5040000.00
176+
Cuba,CU,$4.89M,4890000.00
177+
Tajikistan,TJ,$4.71M,4710000.00
178+
Burkina Faso,BF,$4.69M,4690000.00
179+
Cape Verde,CV,$4.69M,4690000.00
180+
Burundi,BI,$3.80M,3800000.00
181+
Bhutan,BT,$3.53M,3530000.00
182+
Andorra,AD,$3.33M,3330000.00
183+
Tonga,TO,$3.33M,3330000.00
184+
Mauritania,MR,$2.92M,2920000.00
185+
Somalia,SO,$2.60M,2600000.00
186+
Dominica,DM,$2.38M,2380000.00
187+
Palau,PW,$2.33M,2330000.00
188+
Gambia,GM,$2.17M,2170000.00
189+
Comoros,KM,$1.87M,1870000.00
190+
Central African Republic,CF,$1.47M,1470000.00
191+
Solomon Islands,SB,$1.35M,1350000.00
192+
Kiribati,KI,$958.01K,958010.00
193+
Eritrea,ER,$883.31K,883310.00
194+
South Sudan,SS,$808.31K,808310.00
195+
Sao Tome And Principe,ST,$591.75K,591750.00
196+
Guinea Bissau,GW,$130.24K,130240.00
197+
North Korea,KP,$57.46K,57460.00

CountryTradeData.xlsx

31.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)