Published August 5, 2020
| Version v0.21.6
Software
Open
JuliaData/DataFrames.jl: v0.21.6
Authors/Creators
- John Myles White1
- Bogumił Kamiński2
- powerdistribution
- Milan Bouchet-Valat3
- Sean Garborg
- Jacob Quinn
- Simon Kornblith4
- cjprybol
- Douglas Bates5
- Alexey Stukalov6
- Tom Short7
- Chris DuBois
- Harlan Harris
- Kevin Squire8
- Alex Arslan9
- David Anthoff10
- pdeffebach
- Dave Kleinschmidt11
- Andreas Noack12
- Viral B. Shah13
- Alex Mellnik
- Tanmay Mohapatra
- Takafumi Arakaki
- Stefan Karpinski14
- Peter
- Dahua Lin15
- timema
- ExpandingMan
- Florian Oswald16
- Lyndon White17
- 1. Facebook
- 2. SGH Warsaw School of Economics
- 3. Franch Institute for Demographic Studies (Ined)
- 4. Google
- 5. University of Wisconsin
- 6. Technical University of Munich
- 7. Electric Power Research Institute
- 8. SecondSpectrum
- 9. Beacon Biosignals
- 10. University of California, Berkeley
- 11. Rutgers University
- 12. @JuliaComputing
- 13. Julia Computing
- 14. @JuliaComputing / @NYU-MSDSE-SWG
- 15. The Chinese University of Hong Kong
- 16. Sciences Po
- 17. @invenia Labs
Description
DataFrames v0.21.6
Closed issues:
- Question: Lead and lag operators? (#791)
- add a shorthand for groupby + function combo (#2253)
- describe on columns with e.g. Integers (#2269)
- combine/select/transform on empty
GroupedDataFrame(#2297) - Do we need CSV.read? (#2309)
- remove
DataFrame!? (#2317) - transform! on
GroupedDataFramereorders columns of the parent - do we want to keep this behavior? (#2322) - Core dumped, unreachable reached (#2326)
- Different behavior of names() on mac and windows 10 (#2336)
- Add support for rich display output of Markdown.MD cells (#2347)
- Performance issue when looping over DataFrame column (#2348)
Merged pull requests:
- [BREAKING] make GroupKey API more consistent (#2308) (@bkamins)
- Handle zero groups (#2324) (@bkamins)
- make colnames type stable in broadcasting (#2331) (@bkamins)
- Don't specialize groupreduce! on result array element type (#2335) (@quinnj)
- Deprecate dataframe bang (#2338) (@bkamins)
- remove median and nunique from describe by default (#2339) (@bkamins)
- Add check if input is a table before trying alternative constructors (#2341) (@quinnj)
- Update outdated documentation (#2343) (@bkamins)
- Change Travis from Julia 1.4 to 1.5 (#2345) (@bkamins)
- fix locking of GroupedDataFrame (#2349) (@bkamins)
- Update dataframerow.jl (#2353) (@tbeason)
Files
JuliaData/DataFrames.jl-v0.21.6.zip
Files
(316.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:9796acc75ca75da9a9ed642b0bac0825
|
316.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaData/DataFrames.jl/tree/v0.21.6 (URL)