You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roadmap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ In this document, I describe the functionality that we want to add to DataFrame
26
26
## Tools around DataFrame
27
27
28
28
***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