Adding the list of APIs we won't support in Koalas to docs.#1270
Adding the list of APIs we won't support in Koalas to docs.#1270itholic wants to merge 6 commits intodatabricks:masterfrom
Conversation
|
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 Report
@@ Coverage Diff @@
## master #1270 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 35 35
Lines 7151 7151
=======================================
Hits 6805 6805
Misses 346 346
Continue to review full report at Codecov.
|
|
|
||
| The following is a list of APIs that Koalas doesn't plan to support. | ||
|
|
||
| - DataFrame |
There was a problem hiding this comment.
Can we automatically generate this list and the APIs we didn't implement yet?
There was a problem hiding this comment.
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.
Inspired by #1261 , we'd better to have the list of APIs which are not planned to implement to the official docs.