Skip to content

Commit 4c1076b

Browse files
authored
Update roadmap.md
1 parent 81a78ae commit 4c1076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ In this document, I describe the functionality that we want to add to DataFrame
2626
## Tools around DataFrame
2727

2828
* **Toy Datasets** - a separate repository that contains many popular datasets (such as Iris, Housing, etc.) and a Loader that can load a selected dataset as data frame into your image. There is a similar tool in [scikit-learn](https://scikit-learn.org/stable/datasets/index.html) as well as [data() function in R](https://www.rdocumentation.org/packages/utils/versions/3.5.3/topics/data).
29-
* DataFrame editor
29+
* **DataFrame editor** - it would be nice to have a [Spec](https://github.com/pharo-spec/Spec) view for previewing data frames, searching, querying, and editing them. Inspector only shows a simple table view, but it would be useful to have something similar to Excel (in the end, DataFrame already implements Excel functionality, we only need to add a view for it in Pharo image).

0 commit comments

Comments
 (0)