aboutsummaryrefslogtreecommitdiffstats
path: root/python/experiments/test_dask.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/experiments/test_dask.py')
-rw-r--r--python/experiments/test_dask.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/experiments/test_dask.py b/python/experiments/test_dask.py
index be4dbb96..e3a00959 100644
--- a/python/experiments/test_dask.py
+++ b/python/experiments/test_dask.py
@@ -23,4 +23,4 @@ to_categorize = ['Ccy', 'DocClause', 'Tier', 'Sector', 'Region', 'Country'] + \
df = df.categorize(columns=to_categorize, index=False)
df = df.set_index("Date")
df = df.repartition(npartitions=100)
-df.to_parquet(f"/home/guillaume/composites_parquet_{engine}_default", engine=engine, compression="snappy")
+df.to_parquet(f"/home/guillaume/composites_parquet", engine="fastparquet", compression="snappy")