-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix typo in README, update roadmap + related projects (#613)
* docs: update readme + roadmap * docs: update readme + roadmap
- Loading branch information
1 parent
16f4e55
commit b1ffab6
Showing
3 changed files
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Roadmap | ||
|
||
Priorities, as of June 2024, are: | ||
Priorities, as of July 2024, are: | ||
|
||
- add support for PyArrow | ||
- works towards supporting projects which have shown interest in Narwhals: Altair, scikit-learn, shiny. | ||
- make sure Narwhals' API coverage is enough to able to compute all (or at least, most of) the TPC-H | ||
queries | ||
- Works towards supporting projects which have shown interest in Narwhals: scikit-learn, shiny, tubular | ||
- Implement when/then/otherwise so that Narwhals is API-complete enough to complete all the TPC-H queries | ||
- Add support for extra backends such as Dask | ||
- Add extra docs and tutorials to make the project more accessible and easy to get started with |