misikoff commited on
Commit
54113cc
1 Parent(s): 159f4ec

fix: typos

Browse files
processed/{sales/final2.jsonl → rentals/final5.jsonl} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76fb56a2d317680575507987e3ea10e1ac860eaaad58fba15956f79f077582a6
3
- size 139042553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76c49d94015f3104e520e451317d17e17a9b58c34abfdcef7cadc8ba00a75fa6
3
+ size 446166329
processors/helpers.py CHANGED
@@ -72,7 +72,7 @@ def save_final_df_as_jsonl(FULL_PROCESSED_DIR_PATH, final_df):
72
  os.makedirs(FULL_PROCESSED_DIR_PATH)
73
 
74
  final_df.to_json(
75
- FULL_PROCESSED_DIR_PATH + "final2.jsonl", orient="records", lines=True
76
  )
77
 
78
 
 
72
  os.makedirs(FULL_PROCESSED_DIR_PATH)
73
 
74
  final_df.to_json(
75
+ FULL_PROCESSED_DIR_PATH + "final5.jsonl", orient="records", lines=True
76
  )
77
 
78