Published April 15, 2022
| Version v1.3.3
Software
Open
JuliaData/DataFrames.jl: v1.3.3
Authors/Creators
- Bogumił Kamiński1
- John Myles White2
- powerdistribution
- Milan Bouchet-Valat3
- Sean Garborg
- Jacob Quinn
- Simon Kornblith4
- cjprybol
- Alexey Stukalov5
- Douglas Bates6
- Tom Short7
- Chris DuBois
- Harlan Harris
- Kevin Squire8
- pdeffebach
- Alex Arslan9
- David Anthoff10
- Dave Kleinschmidt9
- Andreas Noack11
- Viral B. Shah12
- Alex Mellnik
- Takafumi Arakaki
- Tanmay Mohapatra
- Peter
- Stefan Karpinski13
- Dahua Lin14
- timema
- ExpandingMan
- Florian Oswald15
- Ronan Arraes Jardim Chagas16
- 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
Closed issues:
- Add shuffle, shuffle! functions (#2048)
- Add
groupindicesas 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 aGroupedDataFrame? (#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
sourceinmapreduceto matchreduce(#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
colsandsourceformapreduce(#3028) outerjoin: keyword augumentmatchmissingnot 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 thedocsjob (#2999) (@rikhuijzer) - Fix typo in
groupbydocstring (#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,lastmethods withnfor 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
DataFramedocstring (#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
Related works
- Is supplement to
- https://github.com/JuliaData/DataFrames.jl/tree/v1.3.3 (URL)