Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 21:53
· 284 commits to main since this release
a693a2b

DataFrames v1.2.0

Diff since v1.1.1

Closed issues:

  • Add matchmissing = :notequal option (#2650)
  • Implement pushfirst! to allow appending rows in the beginning of a DataFrame (#2678)
  • Review comparisons with R/Python (#2737)
  • Slow sorts in columns with Union{<:Any, missing} even if no missing values in the column (#2745)
  • Display complex numbers - alignment (#2754)
  • Slow row aggregation in presence of missings (#2757)
  • Convert column from string to float (#2761)
  • Improve SubDataFrame creation for AbstractVector{Bool} (#2765)
  • Flatten in case column contains string and array (#2766)
  • Question: Small Delimited file into DataFrame (#2772)
  • transform(df, :x => AsTable)` should probably work (#2779)
  • missing method combine(gd::GroupedDataFrame, ::Matrix) (#2781)
  • Sync with DataAPI.jl 1.7 release (#2788)
  • inconsistency of groupby() for -0.0 (#2790)
  • Clean up precompile statements (#2792)
  • Test failures when using julia --color=no (#2796)
  • Differently typed columns when using DataFrame(myVector) vs DataFrame(x = myVector) (#2798)
  • DataFrame(table) != DataFrame(table, copycols=true) (#2799)
  • html dataframe representation includes invalid placement of <p> tag (#2800)
  • subset!(gd::GroupedDataFrame, ...) should make sure gd still works after (#2808)

Merged pull requests: