Skip to content

0.5.13

Compare
Choose a tag to compare
@flexatone flexatone released this 08 Feb 15:40

Made Frame.clip, Frame.duplicated, Frame.drop_duplicated key-word argument only. Made Series.clip, Series.duplicated, Series.drop_duplicated key-word argument only.

Frame.iter_series now sets the name attribute of the Series from the appropriate index.

Added Index.head(), Index.tail(), IndexHierarchy.head(), IndexHierarchy.tail().

Frame.from_records and related routines now do full type induction per column; all type induction on untyped iterables now examines all values.