bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

Instructions & examples for column_stack-ing multiblocks to obtain a reassembled matrix #54

Closed bskinn closed 4 years ago

bskinn commented 6 years ago

This is anticipated to be an extremely common use-case. Probably worth integrating into pent itself... numpy as an optional dependency, maybe with an import-time check.

Either way, definitely worth including in the docs in detail.

bskinn commented 4 years ago

This is satisfactorily laid out in the 'nested parsers' tutorial example a/o dec53d2.