Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a guide that documents limitations or special considerations when using Dask/Koalas #272

Closed
thehomebrewnerd opened this issue Oct 15, 2020 · 1 comment · Fixed by #304
Assignees

Comments

@thehomebrewnerd
Copy link
Contributor

Since there are certain limitations present when creating a DataTable from a Dask dataframe (and eventually Koalas dataframe), we should create a page in our documentation to capture these items.

Some items to include when using Dask/Koalas:

  • Does not check that index values are unique
  • Does not validate that proper order values are provided for Ordinal logical types
  • ww.read_csv only allows creation of a DataTable that has a pandas dataframe
@thehomebrewnerd
Copy link
Contributor Author

Initial guide was created as part of #248. Will update to include Koalas or to create a separate Koalas guide as part of #310.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant