Skip to content

Commit 3a600f2

Browse files
authored
Update roadmap.md
1 parent 621e3eb commit 3a600f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ In this document, I describe the functionality that we want to add to DataFrame
44

55
## Improvements
66

7-
* Improve DataFrameTypeDetector
8-
* Improve inspector view (FastTable)
7+
* **DataFrameTypeDetector** - this class can take a data frame of string values such as #('3' '2.1' 'true'), detect the best type for each column and convert all values to those types. This is especially useful when reading data frames from CSV files. All values are read as strings and we need to infer their types. DataFrameTypeDetector must be refactored and improved: add support for more types, make it possible to extend it and add custom types later, etc.
8+
* **Improve the inspector view** - current inspector view based on FastTable needs many improvements: columns must be aligned based on data types, sizes of columns must be chosen in a smarter way, if there are too many columns, we should see a scroll bar, if there is too much data, the image should not freeze, etc.
99

1010
## New functionality
1111

0 commit comments

Comments
 (0)