-
sonia authored
* Add spreadsheet view. Retrieve multiple rows from the dataset specifying a start point (row index) in the dataset. * Add detail view. This view displays a spreadsheet with a small visualization in the column's header which summarizes the information of each column. * Add column view. It displays visualizations to summarize the information for each column. It also shows some statistics for each data column such as mean and total of distinct values. Update the version of react-feather package from v1.1.4 to v2.0.3. Update the version of grpc package from v1.17.0v to v1.24.0. It was done to avoid conflict after updating Node to v12.11.1 Fix issue in the react tables while reading columns name. Problem: Any values that contain a dot (.) will be split. Any values that contain bracket (\[\]) will be split. Solution: To solve this problem we are using custom accessors in the tables.
96dbc700sonia authored* Add spreadsheet view. Retrieve multiple rows from the dataset specifying a start point (row index) in the dataset. * Add detail view. This view displays a spreadsheet with a small visualization in the column's header which summarizes the information of each column. * Add column view. It displays visualizations to summarize the information for each column. It also shows some statistics for each data column such as mean and total of distinct values. Update the version of react-feather package from v1.1.4 to v2.0.3. Update the version of grpc package from v1.17.0v to v1.24.0. It was done to avoid conflict after updating Node to v12.11.1 Fix issue in the react tables while reading columns name. Problem: Any values that contain a dot (.) will be split. Any values that contain bracket (\[\]) will be split. Solution: To solve this problem we are using custom accessors in the tables.
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading