@EdBoatConnoisseur @p @theorytoe @skylar for a second I thought this was gonna about something more complicated than flat files based off the headline, but you can do a lot with just that too. While reading, a thought occurred to me though.. Depending on your use case, you may want to "transpose" the file so that each line represents a column (sort of like how columnar formats like parquet store data column-wise instead of row-wise) if you have a lot of columns and you dont always need to work with every column. Some of the commands would have to change but I wonder how each approach would scale