Skip to content

0.5.1

Compare
Choose a tag to compare
@flexatone flexatone released this 15 Nov 21:07

Implemented handling in Frame.from_delimited for column-only files.

Frame.iter_tuple and Frame.iter_tuple_items will return tuple instead of NamedTuple if fields are not valid identifiers.

Frame.from_records now supports empty records if columns is provided.

Frame.from_concat now implements better type preservation in vertical concatenation of arrays.