Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 21:37

DataFrames v1.7.0

Diff since v1.6.1

Merged pull requests:

Closed issues:

  • rand(::GroupedDataFrame) sampler? (#2097)
  • Investigate performance of innerjoin between large tables (#2974)
  • Make row lookup easier (#3051)
  • website: https://juliadata.org (#3338)
  • Feature Request: Allow naming function in rename operation pairs. (#3361)
  • Would adding support for JLD2.jl allow Type preservation? (#3364)
  • Add support for multiple positional arguments in push!/pushfirst!/append!/prepend! (#3371)
  • "RowNumber by Partition" function (#3374)
  • Not with non-existing columns (#3375)
  • leftjoin! is actually copying reference instead of value?! (#3379)
  • Tests of describe and multithreading fail in Julia-1.10.0-beta3 (#3383)
  • error when unique! a empty dataframe (#3392)
  • combine on grouped df return empty df when args is empty (#3399)
  • Inconsistent Mean Calculation in Grouped DataFrame Compared to Overall DataFrame (#3405)
  • What is the best way to write large DataFrames efficiently and with high performance in Julia while minimizing memory usage? (#3406)
  • Segmentation Fault when reading compressed file (#3407)
  • Better error message when forming a DataFrame from a vector of dictionaries with missing data. (#3410)
  • describe is slow (#3411)
  • CartesianIndex error in Julia 1.11 (#3412)
  • DataFrame(x=Int[], y=Int) (#3414)
  • unique fails with column-type FixedDecimal (#3418)
  • Grouped DataFrame with array elements fails to combine (#3424)
  • error when combining a grouped empty dataframe using first (#3426)
  • Short circuit && on subset? (#3427)
  • Document custom generation of column names in manual (#3430)
  • using propertynames on GroupedDataFrame (#3443)
  • Very slow to convert DBInterface (DuckDB) result (#3444)
  • Add Tidier.jl to docs/src/man/querying_frameworks.md (#3446)
  • Type piracy of reduce(vcat) (#3456)
  • filter performance (#3460)
  • [POSSIBLE REGRESSION] DataFrames.jl Currently Failing on Nightly? (#3467)