Update README.md
Browse files
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 |
+
```
|