Merge branch 'charliepatch' of code:cdsc_reddit into charliepatch
This commit is contained in:
commit
3a758f1fc8
@ -17,7 +17,7 @@ def _tfidf_wrapper(func, inpath, outpath, topN, term_colname, exclude, included_
|
||||
|
||||
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user