Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,7 @@ license: mit
|
|
| 22 |
|
| 23 |
## 📊 Summary Statistics
|
| 24 |
|
| 25 |
-
- **Total Questions**:
|
| 26 |
-
- **Questions with Figures**: 3103
|
| 27 |
- **Last Updated**: 01/07/2020
|
| 28 |
|
| 29 |
---
|
|
@@ -47,7 +46,7 @@ You can load this dataset in Python using `pandas`:
|
|
| 47 |
import pandas as pd
|
| 48 |
|
| 49 |
# Load the dataset
|
| 50 |
-
df = pd.read_csv('
|
| 51 |
|
| 52 |
# Display the first few rows of the dataset
|
| 53 |
print(df.head())
|
|
|
|
| 22 |
|
| 23 |
## 📊 Summary Statistics
|
| 24 |
|
| 25 |
+
- **Total Questions**: 2920
|
|
|
|
| 26 |
- **Last Updated**: 01/07/2020
|
| 27 |
|
| 28 |
---
|
|
|
|
| 46 |
import pandas as pd
|
| 47 |
|
| 48 |
# Load the dataset
|
| 49 |
+
df = pd.read_csv('beep_data.csv')
|
| 50 |
|
| 51 |
# Display the first few rows of the dataset
|
| 52 |
print(df.head())
|