Skip to content

v0.6.0

Compare
Choose a tag to compare
@release-please release-please released this 04 Oct 15:48
bd692d8

0.6.0 (2023-10-04)

Features

  • Add df.unstack (#63) (4a84714)
  • Add idxmin, idxmax to series, dataframe (#74) (781307e)
  • Add ml.preprocessing.KBinsDiscretizer (#81) (24c6256)
  • Add multi-column dataframe merge (#73) (c9fa85c)
  • Add update and align methods to dataframe (#57) (bf050cf)
  • Support STRUCT data type with Series.struct.field to extract child fields (#71) (17afac9)

Bug Fixes

  • Avoid 403 response too large to return error with read_gbq and large query results (#77) (8f3b5b2)
  • Change return type of Series.loc[scalar] (#40) (fff3d45)
  • Fix df/series.iloc by list with multiindex (#79) (971d091)