mohammadtaghizadeh
commited on
Commit
•
33e70ab
1
Parent(s):
afb43fc
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
- finance
|
9 |
pretty_name: Dollar_Rial_Price_Dataset
|
10 |
---
|
|
|
11 |
# Dollar_Rial_Price_Dataset
|
12 |
In this dataset, which we named **Dollar_Rial_Price_Dataset**, the price changes of the US dollar to the Iranian Rial have been collected using our crawler from **2011** to **2023** in the Persian calendar **1390** to **1402**.
|
13 |
|
@@ -45,15 +46,16 @@ We collected the following values for each day.
|
|
45 |
|
46 |
|
47 |
## Dataset Usage
|
48 |
-
You can
|
|
|
|
|
49 |
|
50 |
-
1. Download the original dataset file in CSV format and use it from [here]()
|
51 |
|
52 |
-
2.
|
|
|
|
|
53 |
```python
|
54 |
from datasets import load_dataset
|
55 |
|
56 |
dataset = load_dataset("mohammadtaghizadeh/Dollar_Rial_Price_Dataset")
|
57 |
```
|
58 |
-
|
59 |
-
3. Download Dataset from **Kaggle**
|
|
|
8 |
- finance
|
9 |
pretty_name: Dollar_Rial_Price_Dataset
|
10 |
---
|
11 |
+
|
12 |
# Dollar_Rial_Price_Dataset
|
13 |
In this dataset, which we named **Dollar_Rial_Price_Dataset**, the price changes of the US dollar to the Iranian Rial have been collected using our crawler from **2011** to **2023** in the Persian calendar **1390** to **1402**.
|
14 |
|
|
|
46 |
|
47 |
|
48 |
## Dataset Usage
|
49 |
+
You can access the dataset in 3 ways.
|
50 |
+
|
51 |
+
1. [**Github**](https://github.com/M-Taghizadeh/Dollar_Rial_Price_Dataset): Download the original dataset file in CSV format and use it from [here](https://github.com/M-Taghizadeh/Dollar_Rial_Price_Dataset/blob/master/Dollar_Rial_Price_Dataset.csv)
|
52 |
|
|
|
53 |
|
54 |
+
2. [**Kaggle**](https://www.kaggle.com/datasets/mohammadtaghizadeh/dollar-rial-price-dataset)
|
55 |
+
|
56 |
+
3. [**Hugging Face**](https://huggingface.co/datasets/mohammadtaghizadeh/Dollar_Rial_Price_Dataset): Load Dataset from Hugging Face repository with the following command.
|
57 |
```python
|
58 |
from datasets import load_dataset
|
59 |
|
60 |
dataset = load_dataset("mohammadtaghizadeh/Dollar_Rial_Price_Dataset")
|
61 |
```
|
|
|
|