Removed testing csv generation, added safeguard to option 5 for JB's sake ❤️
This commit is contained in:
@@ -155,7 +155,6 @@ def combineHashAndHist(hash_path, condensed_path):
|
||||
df = pd.read_parquet(hash_path)
|
||||
# Merge on sha256
|
||||
df = pd.merge(condensed_combo, df, on='sha256', how='inner')
|
||||
df.to_csv("testing4.csv")
|
||||
# Rename and reorder columns
|
||||
df = df.rename(columns={'publisher_x': 'publisher'})
|
||||
df = df.rename(columns={'policy_x': 'policy'})
|
||||
|
||||
Reference in New Issue
Block a user