-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
arrayMulti-dimensional array implementationMulti-dimensional array implementation
Description
Add a DataFrame facility. A DataFrame is a two-dimensional, size-mutable tabular data structure with labeled axes (rows and columns). This DataFrame should have following capabilities.
- Store a size-mutable tabular data.
- With single row and column index (unsigned integer type).
- Support limited data types first, primarily numerical.
- Sub DataFrame selection and assignment by index.
- Sorting data according to specific column and specify order.
- Search data in DataFrame and return matched index.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrayMulti-dimensional array implementationMulti-dimensional array implementation
Type
Projects
Status
Done