Skip to content

Commit 829e718

Browse files
committed
column correction
1 parent 716a1f9 commit 829e718

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

test/resAnalysisImages.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
cluster_df = res_df.groupBy('z_cluster').count()
2121
cluster_df = cluster_df.filter("count > 1")
2222
cluster_df = cluster_df.sort(fn.desc('count'))
23-
cluster_df = cluster_df.select('z_cluster','item_id','brand','item_name','path')
2423
cluster_df.write.csv('/tmp/res_image_cluster')
2524

2625
#write relavant cols to csv for analysis

0 commit comments

Comments
 (0)