yitingliii commited on
Commit
c0804ea
1 Parent(s): 532c86a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -66,6 +66,7 @@ print(classification_report(y_test, y_pred))
66
  - Clean the Dataset
67
  ```python
68
  from data_cleaning import clean
 
69
 
70
  # Load your dataset
71
  df = pd.read_csv('test_data_random_subset.csv')
 
66
  - Clean the Dataset
67
  ```python
68
  from data_cleaning import clean
69
+ import pandas as pd
70
 
71
  # Load your dataset
72
  df = pd.read_csv('test_data_random_subset.csv')