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

Adding the list of APIs we won't support in Koalas to docs. #1270

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

itholic
Copy link
Contributor

@itholic itholic commented Feb 10, 2020

Inspired by #1261 , we'd better to have the list of APIs which are not planned to implement to the official docs.

@itholic itholic changed the title 'Add not support api to docs [WIP] A list of APIs we won't support for Koalas. Feb 10, 2020
@itholic itholic changed the title [WIP] A list of APIs we won't support for Koalas. [WIP] Adding the list of APIs we won't support for Koalas to docs. Feb 10, 2020
@itholic itholic changed the title [WIP] Adding the list of APIs we won't support for Koalas to docs. Adding the list of APIs we won't support for Koalas to docs. Feb 10, 2020
@itholic itholic changed the title Adding the list of APIs we won't support for Koalas to docs. Adding the list of APIs we won't support in Koalas to docs. Feb 10, 2020
@itholic
Copy link
Contributor Author

itholic commented Feb 10, 2020

I roughly listed-up once and added them to FAQ section.

If there is a missing elements or any idea for improving this documentation, just let me know so that i can add to list while i'm here.

@codecov-io
Copy link

codecov-io commented Feb 10, 2020

Codecov Report

Merging #1270 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1270   +/-   ##
=======================================
  Coverage   95.16%   95.16%           
=======================================
  Files          35       35           
  Lines        7151     7151           
=======================================
  Hits         6805     6805           
  Misses        346      346
Impacted Files Coverage Δ
databricks/koalas/usage_logging/__init__.py 97.29% <0%> (ø) ⬆️
databricks/koalas/usage_logging/usage_logger.py 100% <0%> (ø) ⬆️
databricks/koalas/__init__.py 85.1% <0%> (ø) ⬆️
databricks/conftest.py 96.22% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1a8229...4c4ca9a. Read the comment docs.


The following is a list of APIs that Koalas doesn't plan to support.

- DataFrame
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we automatically generate this list and the APIs we didn't implement yet?

Copy link
Contributor Author

@itholic itholic Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay let me try,

and IMO, i think we'd better separate the list into Not yet implemented and Not will be implemented if we gonna manage the list of APIs yet implemented also.

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 this pull request may close these issues.

None yet

3 participants