Skip to content

Add Dataframe #332

@xingularity

Description

@xingularity

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.

  1. Store a size-mutable tabular data.
  2. With single row and column index (unsigned integer type).
  3. Support limited data types first, primarily numerical.
  4. Sub DataFrame selection and assignment by index.
  5. Sorting data according to specific column and specify order.
  6. Search data in DataFrame and return matched index.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrayMulti-dimensional array implementation

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions