Datasets:

Modalities:
Tabular
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
serino28 commited on
Commit
8151735
1 Parent(s): 71c95f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -22,8 +22,7 @@ license: mit
22
 
23
  ## 📊 Summary Statistics
24
 
25
- - **Total Questions**: 6023
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('beep_dataset.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())