antitheft159 commited on
Commit
108b5e5
1 Parent(s): d69cca6

Update capita_gdp_of_all_countries.py

Browse files
Files changed (1) hide show
  1. capita_gdp_of_all_countries.py +0 -9
capita_gdp_of_all_countries.py CHANGED
@@ -1,12 +1,3 @@
1
- # -*- coding: utf-8 -*-
2
- """Capita GDP of All Countries
3
-
4
- Automatically generated by Colab.
5
-
6
- Original file is located at
7
- https://colab.research.google.com/drive/1miKbrdpnHpgvZ8b8vdLzi06jWrcedtbx
8
- """
9
-
10
  import os
11
  for dirname, _, filenames in os.walk('/content/Per Capita GDP of All Countries 1970 to 2022.csv'):
12
  for filename in filenames:
 
 
 
 
 
 
 
 
 
 
1
  import os
2
  for dirname, _, filenames in os.walk('/content/Per Capita GDP of All Countries 1970 to 2022.csv'):
3
  for filename in filenames: