Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 14:37
· 57 commits to main since this release
1b9fa19

DataFrames v1.5.0

Diff since v1.4.4

Closed issues:

  • New contents about handing missing values in DataFrame (#1662)
  • Functions taking collections of column names always require them to be in AbstractVectors (#1769)
  • Stack/Melt over multiple sets of variables (#1839)
  • Allow unstack to take multiple columns to unstack on (#2148)
  • Feature request: unstack multiple :values columns (#2215)
  • Add all keyword argument to nonunique (#2238)
  • special case percentage in combine (#2272)
  • Add a pushfirst! method (#2275)
  • add filter example to docs on taking subsets (#2318)
  • Some code blocks missing syntax highlighting in docs (#2319)
  • Stacking multiple groups of columns (#2414)
  • Add more keyword arguments to stack and unstack (#2422)
  • Add reverse and reverse! functions similar to sort and sort! (#2438)
  • Allow keeping first or last observation with unique function (#2443)
  • Add insert! (#2446)
  • Improve inline documentation of select to include examples of multiple columns not to be included (#2513)
  • Transposing DataFrame (#2743)
  • add a keyword to allow specifying target row order in joins (#2753)
  • Improve flatten (slightly breaking) (#2767)
  • Add manual part for indexing and selection (#2887)
  • a new method of the flatten function in DataFrames (#2890)
  • Generalization of the value parameter in the unstack function (#3066)
  • resolve circular reference issue when printing (#3148)
  • Support allunique with column selectors? (#3205)
  • Add support for Tables.AbstractRow to functions that take row (#3244)
  • Stack Overflow during type inference with large dataframes (#3246)
  • innerjoin fast path where join column is allequal? (#3247)
  • Invalidations when loading CSV (#3248)
  • Improve groupby sort (#3251)
  • improve performance of dropmissing (#3254)
  • Let DataFrame behave more like GroupedDataFrame with one zero-key group (#3257)
  • Lifecycle annotations (#3259)
  • String display quotation missing (#3261)
  • Bool columns are printed as 0/1 in HTML, but not in plain (#3265)
  • sum doesn't work with Missing column (#3267)
  • Views of DataFrame design issue (#3272)
  • Multi-threading hangs combine on Julia nightly (#3275)
  • Check CompatHelper setup (#3278)
  • Add get function for AbstractDataFrame (#3281)
  • Rename Iterators.partition (#3284)

Merged pull requests: