Skip to content

Rotate Tables #14

Description

@rvare

A good feature to include would be the ability to rotate a table. As in, the columns become the rows and the rows become the columns.

For example:

Col 1 Col 2
Row 1 i11 i12
Row 2 i21 i22

then

Row 1 Row 2
Col 1 i11 i21
Col 2 i12 i22

We would also allow the following:

  • Rotate table but keep it in the same file format.
    • Ex: Rotate the CSV but keep it CSV.
  • Rotate and then convert to new format.
    • Ex: Rotate a Markdown table and convert to HTML.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions