Can I move/shift-right a range of cells in a column? #1935
-
My scenario is the csv file I'm working on has data integrity issues, where some rows have fewer columns than most other rows, e.g., the header row and 99% of the remaining rows have 10 columns, but 1% have only 8 columns, where the data after these missing columns is erroneously shifted left two columns. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @osevill, there's an experimental command "slide-cells" in the develop branch. Add this to your visidatarc:
Then try using the slide-cells commands. You may have to do some exploration or tweaking to get exactly the kind of command you want. |
Beta Was this translation helpful? Give feedback.
Saul was missing an element! It is
import visidata.experimental.slide_cells
.