Published May 22, 2020
| Version v0.21.1
Software
Open
JuliaData/DataFrames.jl: v0.21.1
Authors/Creators
- John Myles White1
- Bogumił Kamiński2
- powerdistribution
- Milan Bouchet-Valat3
- Sean Garborg
- Simon Kornblith4
- Jacob Quinn
- cjprybol
- Alexey Stukalov5
- Douglas Bates6
- Tom Short7
- Harlan Harris
- Chris DuBois
- Kevin Squire8
- Alex Arslan9
- Dave Kleinschmidt10
- David Anthoff11
- Andreas Noack12
- pdeffebach
- Viral B. Shah13
- Alex Mellnik
- Tanmay Mohapatra
- Takafumi Arakaki
- Peter
- Stefan Karpinski14
- ExpandingMan
- timema
- Dahua Lin15
- Lyndon White16
- Florian Oswald17
- 1. Facebook
- 2. SGH Warsaw School of Economics
- 3. Franch Institute for Demographic Studies (Ined)
- 4. Google
- 5. Technical University of Munich
- 6. University of Wisconsin
- 7. Electric Power Research Institute
- 8. SecondSpectrum
- 9. Beacon Biosignals
- 10. Rutgers University
- 11. University of California, Berkeley
- 12. @JuliaComputing
- 13. Julia Computing
- 14. @JuliaComputing / @NYU-MSDSE-SWG
- 15. The Chinese University of Hong Kong
- 16. @invenia Labs
- 17. Sciences Po
Description
DataFrames v0.21.1
Closed issues:
- Standardizing working with multiple columns (#2016)
- In docs, note subsets are copies (unless of columns)? (#2224)
- first/last/etc. documentation problem (#2232)
- Make DataFrame's BoundsError message more informative and similar to that of Base.Matrix (#2234)
- Problems in groupreduce_init (#2241)
- Tables.columns should return a DataFrameColumns object (#2244)
- map on DataFrameColumns should return DataFrameColumns (#2245)
- Implement
empty/empty!as the truncate operation (#2251) rename(uppercase, df)doesn't work anymore (#2252)- update docs at pkg.julialang.org (#2255)
- allow [:a,:b,:c,:d] => fun => new_column_name syntax (#2256)
- Rename
tailto avoid clash withBase.tail(#2261) - ENV["COLUMNS"] not working as expected in Jupyter Lab (#2266)
Merged pull requests:
- add note on views / copies in getting started -- #2224 (#2226) (@nickeubank)
- Fix several references in documentation (#2231) (@dmolina)
- Fix docstring references in the manual (#2233) (@mortenpi)
- group functions by their roles in the manual (#2237) (@bkamins)
- better deprecations of by and map (#2249) (@bkamins)
- [BREAKING] add empty and empty! (#2262) (@bkamins)
- fix bug in reduceinit (#2263) (@bkamins)
Files
JuliaData/DataFrames.jl-v0.21.1.zip
Files
(313.7 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1f222ab05e83c01e0fa32ccfde3c471a
|
313.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaData/DataFrames.jl/tree/v0.21.1 (URL)