iamramzan commited on
Commit
7f328f2
·
verified ·
1 Parent(s): 9f69c8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -63,7 +63,7 @@ If you use this dataset, please cite it as:
63
  The data is machine-generated (using web scraping) and subjected to human additional treatment.
64
 
65
  below, I provide the script I created to scrape the data (as well as my additional treatment):
66
-
67
  import scrapy
68
 
69
  class LargestBanksSpider(scrapy.Spider):
@@ -91,3 +91,4 @@ class LargestBanksSpider(scrapy.Spider):
91
  "Bank Name": bank_name,
92
  "Total Assets (2023, US$ billion)": total_assets.strip()
93
  }
 
 
63
  The data is machine-generated (using web scraping) and subjected to human additional treatment.
64
 
65
  below, I provide the script I created to scrape the data (as well as my additional treatment):
66
+ ```
67
  import scrapy
68
 
69
  class LargestBanksSpider(scrapy.Spider):
 
91
  "Bank Name": bank_name,
92
  "Total Assets (2023, US$ billion)": total_assets.strip()
93
  }
94
+ ```