Update README.md
Browse files
README.md
CHANGED
|
@@ -50,4 +50,19 @@ DatasetDict({
|
|
| 50 |
})
|
| 51 |
})
|
| 52 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 50 |
})
|
| 51 |
})
|
| 52 |
```
|
| 53 |
+
|
| 54 |
+
train
|
| 55 |
+
```
|
| 56 |
+
Descriptive Stats Using Pandas:
|
| 57 |
+
count 452484.000000
|
| 58 |
+
mean 430.923633
|
| 59 |
+
std 1391.959655
|
| 60 |
+
min 0.000000
|
| 61 |
+
25% 83.000000
|
| 62 |
+
50% 175.000000
|
| 63 |
+
75% 432.000000
|
| 64 |
+
max 135922.000000
|
| 65 |
+
dtype: float64
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|