DenverCoder1/table2ascii

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

Open

#104 aperta il 16 mag 2023

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)Python (17 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (75 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

 +-----+---+---+---+---+-----+
 | 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.

Guida contributor