Skip to content

0.6.18

Compare
Choose a tag to compare
@flexatone flexatone released this 08 Jun 16:28

Extended support for step arguments in loc interfaces.

Implemented Frame.join_left, Frame.join_right, Frame.join_inner, and Frame.join_outer.

Implemented Frame.insert_before, Frame.insert_after.

Implemented Series.insert_before, Series.insert_after.

IndexHierarchy.from_labels now enforces all labels to have the same depth.

Fixed issue where, when passing an array to Frame.from_records, the name parameter is not passed to the constructor.