DenverCoder1/table2ascii

[Feature Request] Support Merge.UP similar to Merge.LEFT

Open

#104 opened on May 16, 2023

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Python (17 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (75 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

 +-----+---+---+---+---+-----+
 | ID  |     Config    | Oth |
 +     +---+---+---+---+     |
 |     | A | B | C | D |     |
 +-----+---+---+---+---+-----+
 | 0x0 | 2 | 0 | 0 | 4 |  3  |
 | 0x1 | 0 | 0 | 0 | 0 |  4  |
 | 0x2 | 0 | 2 | 0 | 1 |  5  |
 +-----+---+---+---+---+-----+

Merge.LEFT allows us to let "Config" have multiple columns. Merge.UP will allow us to let "ID", "Oth" have multiple rows.

Contributor guide