Skip to content

Commit 621e3eb

Browse files
authored
Update roadmap.md
1 parent 646c927 commit 621e3eb

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

roadmap.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
11
# DataFrame Roadmap
22

3-
In this document, I describe the functionality that we want to add to DataFrame in the nearest future. For the specific features that need to be added, please check the [issues](https://github.com/PolyMathOrg/DataFrame/issues).
3+
In this document, I describe the functionality that we want to add to DataFrame or existing functionality that we want to improve in the nearest future. For the specific features that need to be added, please check the [issues](https://github.com/PolyMathOrg/DataFrame/issues).
4+
5+
## Improvements
6+
7+
* Improve DataFrameTypeDetector
8+
* Improve inspector view (FastTable)
9+
10+
## New functionality
411

512
* Handling missing values
13+
* Joins
614
* Time series
15+
* Support for more file formats
16+
17+
## Experimental
18+
19+
* Database backend
20+
21+
## Documentation
22+
23+
* Examples
24+
* Tutorials
25+
26+
## Tools around DataFrame
727

8-
We should find time to go over the documentation of pandas and R and create the complete list of everything we don't have.
28+
* Datasets
29+
* DataFrame editor

0 commit comments

Comments
 (0)