Commit ·
01db8b7
1
Parent(s): 1e21798
join datasets and use bool instead other ways
Browse files- join_datasets.py +1 -1
- processed_combined.parquet +2 -2
join_datasets.py
CHANGED
|
@@ -89,6 +89,6 @@ if __name__ == "__main__":
|
|
| 89 |
# hf://datasets/darkQibit/russian-spam-detection/processed_combined.parquet
|
| 90 |
]
|
| 91 |
|
| 92 |
-
output_path = "
|
| 93 |
|
| 94 |
join_datasets(txt_files, parquet_files, output_path)
|
|
|
|
| 89 |
# hf://datasets/darkQibit/russian-spam-detection/processed_combined.parquet
|
| 90 |
]
|
| 91 |
|
| 92 |
+
output_path = "processed_combined.parquet"
|
| 93 |
|
| 94 |
join_datasets(txt_files, parquet_files, output_path)
|
processed_combined.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b874d9ac10146eca333018963781d4adbb66dcd77a256dde789703c697885e52
|
| 3 |
+
size 481591720
|