Datasets:
Correct git address
Browse files
README.md
CHANGED
@@ -1,26 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
task_categories:
|
6 |
-
- time-series-forecasting
|
7 |
-
- tabular-classification
|
8 |
-
- tabular-regression
|
9 |
-
tags:
|
10 |
-
- forex
|
11 |
-
- economic-calendar
|
12 |
-
- financial-data
|
13 |
-
- macro-economics
|
14 |
-
- trading-strategy
|
15 |
-
- time-series
|
16 |
-
- market-events
|
17 |
-
- selenium
|
18 |
-
- pandas
|
19 |
-
- scraper
|
20 |
-
pretty_name: Forex Factory Economic Calendar (2007–2025)
|
21 |
-
size_categories:
|
22 |
-
- 10K<n<100K
|
23 |
-
---
|
24 |
Perfect! Since you now clarified that the dataset includes **detailed information** and the **date range is up to April 7, 2025**, I’ll update the Kaggle description accordingly to match the structure and showcase the content accurately.
|
25 |
|
26 |
---
|
@@ -86,7 +86,7 @@ Collected using a **custom Python web scraper** built with:
|
|
86 |
- Timezone conversion
|
87 |
- Optional detailed scraping
|
88 |
|
89 |
-
> 🛠 You can find the full code [on GitHub](https://github.com/
|
90 |
|
91 |
---
|
92 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- time-series-forecasting
|
7 |
+
- tabular-classification
|
8 |
+
- tabular-regression
|
9 |
+
tags:
|
10 |
+
- forex
|
11 |
+
- economic-calendar
|
12 |
+
- financial-data
|
13 |
+
- macro-economics
|
14 |
+
- trading-strategy
|
15 |
+
- time-series
|
16 |
+
- market-events
|
17 |
+
- selenium
|
18 |
+
- pandas
|
19 |
+
- scraper
|
20 |
+
pretty_name: Forex Factory Economic Calendar (2007–2025)
|
21 |
+
size_categories:
|
22 |
+
- 10K<n<100K
|
23 |
+
---
|
24 |
Perfect! Since you now clarified that the dataset includes **detailed information** and the **date range is up to April 7, 2025**, I’ll update the Kaggle description accordingly to match the structure and showcase the content accurately.
|
25 |
|
26 |
---
|
|
|
86 |
- Timezone conversion
|
87 |
- Optional detailed scraping
|
88 |
|
89 |
+
> 🛠 You can find the full code [on GitHub](https://github.com/ehsanrs2/forexfactory-scraper) to extend or reproduce the dataset.
|
90 |
|
91 |
---
|
92 |
|