Skip to content

Commit

Permalink
update dask doc to have info on pyarrow string
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Feb 15, 2024
1 parent 5924c74 commit 8c7b9e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/guides/using_dask_entitysets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@
"\n",
"The use of `featuretools.remove_low_information_features()` cannot currently be used with a Dask feature matrix.\n",
"\n",
"When manually defining a `Feature`, the `use_previous` parameter cannot be used if this feature will be applied to calculate a feature matrix from a Dask `EntitySet`."
"When manually defining a `Feature`, the `use_previous` parameter cannot be used if this feature will be applied to calculate a feature matrix from a Dask `EntitySet`.\n",
"\n",
"### Dask `string[pyarrow]`\n",
"Featuretools may have issues with the new string storage model used by Dask. To workaround this, add `dask.config.set({'dataframe.convert-string': False})`, prior to running dask operations."
]
}
],
Expand Down

0 comments on commit 8c7b9e7

Please sign in to comment.