Deepak Sahu commited on
Commit
dc7bbeb
·
1 Parent(s): abf887e

Update z_clean_data.py

Browse files
Files changed (1) hide show
  1. z_clean_data.py +1 -1
z_clean_data.py CHANGED
@@ -2,7 +2,7 @@ from z_utils import get_dataframe
2
 
3
  # Const
4
  ORIGNAL_DF = "books_summary.csv"
5
- CLEAN_DF = "cleaned_"+ORIGNAL_DF
6
  CLEAN_DF_UNIQUE_TITLES = "unique_titles_"+ORIGNAL_DF
7
 
8
  # Load dataset
 
2
 
3
  # Const
4
  ORIGNAL_DF = "books_summary.csv"
5
+ CLEAN_DF = "clean_"+ORIGNAL_DF
6
  CLEAN_DF_UNIQUE_TITLES = "unique_titles_"+ORIGNAL_DF
7
 
8
  # Load dataset