MRiabov commited on
Commit
4a08cf1
·
1 Parent(s): 5d305bb

(rename) data_util to data_stats

Browse files
data_util.py → clean/data_stats.py RENAMED
@@ -2,7 +2,7 @@ import duckdb
2
 
3
  if __name__ == "__main__":
4
  # Set source file: 'texts.parquet' or 'gooddocs.parquet'
5
- source_file = "gooddocs.parquet"
6
 
7
  # Query to filter repos with more than 100 docs and fetch their README.md
8
  query = f"""
 
2
 
3
  if __name__ == "__main__":
4
  # Set source file: 'texts.parquet' or 'gooddocs.parquet'
5
+ source_file = "texts.parquet"
6
 
7
  # Query to filter repos with more than 100 docs and fetch their README.md
8
  query = f"""