There is a newer version of the record available.

Published April 15, 2022 | Version v1.3.3

JuliaData/DataFrames.jl: v1.3.3

  • 1. SGH Warsaw School of Economics
  • 2. Meta
  • 3. Franch Institute for Demographic Studies (Ined)
  • 4. Google
  • 5. Seer Inc
  • 6. University of Wisconsin
  • 7. Electric Power Research Institute
  • 8. SecondSpectrum
  • 9. Beacon Biosignals
  • 10. University of California, Berkeley
  • 11. @JuliaComputing
  • 12. Julia Computing
  • 13. @JuliaComputing / @NYU-MSDSE-SWG
  • 14. The Chinese University of Hong Kong
  • 15. Sciences Po
  • 16. National Institute for Space Research

Description

DataFrames v1.3.3

Diff since v1.3.2

Closed issues:

  • Add shuffle, shuffle! functions (#2048)
  • Add groupindices as special source argument in minilanguage (#2683)
  • Update the broadcasted getproperty when Julia 1.7 is out (#2804)
  • Better error for disallowmissing function (#2945)
  • Could it be useful to add the ungroup keyword to the filter function? (#2954)
  • Error message for "Number of returned columns does not match" (#2959)
  • Function to insert columns (#2972)
  • Allow functions in DataFrames.jl to pick how many threads they use (#2992)
  • first(gdf::GroupedDataFrame, n::Int) should give a GroupedDataFrame? (#2993)
  • unstack fails without an id column (#2994)
  • Some error on Julia 1.7.1 (#2996)
  • groupby docs error? (#2997)
  • permutedims with CategoricalArray (#3003)
  • d[:a, ] changed the original data.frame (#3014)
  • Add keyword argument source in mapreduce to match reduce (#3016)
  • Fix describe documentation (#3018)
  • Flag to disable threading for debug purposes (#3019)
  • Make indexing of eachrow and eachcol return the object of the same type on a view of the parent (#3023)
  • subset(df) with no conditions should return unaltered DataFrame (#3024)
  • Keyword arg cols and source for mapreduce (#3028)
  • outerjoin: keyword augument matchmissing not correctly passed (#3039)

Merged pull requests:

  • allow no rowkey in unstack (#2995) (@bkamins)
  • allow function in allowduplicates in unstack (#2998) (@bkamins)
  • Use julia-actions/cache; also for the docs job (#2999) (@rikhuijzer)
  • Fix typo in groupby docstring (#3000) (@nalimilan)
  • Implementation of eachindex, proprow, and groupindices (#3001) (@bkamins)
  • Handle Base.CanonicalIndexError introduced in Julia 1.8 (#3002) (@bkamins)
  • make permutedims more flexible (#3004) (@bkamins)
  • add first, last methods with n for gdf (#3006) (@ericphanson)
  • doc: remove superfluous word (#3007) (@Mo-Gul)
  • Improved error when column numbers do not match in transformations (#3009) (@bkamins)
  • add reverse!, shuffle, shuffle!, permute!, and invpermute! (#3010) (@bkamins)
  • Add fillcombinations function (#3012) (@bkamins)
  • Fix docstrings of fast row-wise transformation (#3015) (@bkamins)
  • add insertcols (#3020) (@bkamins)
  • add ungroup keyword argument to filter (#3021) (@bkamins)
  • make broadcasting assignment consistent with ! (#3022) (@bkamins)
  • handle empty args in subset (#3025) (@bkamins)
  • avoid categorical promotion (#3026) (@bkamins)
  • Update LICENSE.md (#3029) (@bkamins)
  • Use cycle notation to speed up permute! (#3035) (@LilithHafner)
  • Make indexing of eachrow return the object of the same type on a view of the parent (#3037) (@bkamins)
  • Fix keyword argument syntax in DataFrame docstring (#3038) (@nalimilan)
  • make sure we correctly pass matchmissing in joins (#3040) (@bkamins)

Files

JuliaData/DataFrames.jl-v1.3.3.zip

Files (473.2 kB)

Name Size Download all
md5:fcf8b836e414ef2ddea86960e89e712e
473.2 kB Preview Download

Additional details