Merge branch 'charliepatch' of code:cdsc_reddit into charliepatch
This commit is contained in:
		
						commit
						46623927fe
					
				@ -17,7 +17,7 @@ def _tfidf_wrapper(func, inpath, outpath, topN, term_colname, exclude, included_
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    df = func(df, include_subs, term_colname)
 | 
					    df = func(df, include_subs, term_colname)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    df.write.parquet(outpath,mode='overwrite',compression='snappy')
 | 
					    df.write.parquet(outpath,mode='overwrite',copmression='snappy')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    spark.stop()
 | 
					    spark.stop()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user