Published October 27, 2022
| Version v1.4.2
Software
Open
JuliaData/DataFrames.jl: v1.4.2
Authors/Creators
- Bogumił Kamiński1
- John Myles White2
- Milan Bouchet-Valat3
- powerdistribution
- Sean Garborg
- Jacob Quinn
- Simon Kornblith4
- cjprybol
- Alexey Stukalov5
- Douglas Bates6
- Tom Short7
- Chris DuBois
- Harlan Harris
- Kevin Squire8
- Alex Arslan9
- pdeffebach
- David Anthoff10
- Dave Kleinschmidt9
- Andreas Noack11
- Viral B. Shah12
- Alex Mellnik
- Takafumi Arakaki
- Tanmay Mohapatra
- Peter13
- Stefan Karpinski14
- Dahua Lin15
- Ronan Arraes Jardim Chagas16
- timema
- ExpandingMan
- Florian Oswald17
- 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. Bureau of Meteorology
- 14. @JuliaComputing / @NYU-MSDSE-SWG
- 15. The Chinese University of Hong Kong
- 16. National Institute for Space Research
- 17. Sciences Po
Description
DataFrames v1.4.2
Closed issues:
- Make docstrings method specific (#2015)
- Additional functions supported for DataFrame.jl (#2088)
- OffsetArray Compatibility (#2123)
- Return data frame unaltered when Not only includes columns that are not in data frame (#2197)
- Kwarg to choose missing values for unstack (#2205)
- Allow DF() as a selector in select and combine (#2220)
- no method matching InvertedIndex(::String, ::String) (#2227)
- add view::Bool kwarg to first and last (#2845)
- Inconsistency in
push!ing an empty row into a DataFrame (#2953) - Flatten errors on empty dataframe (#3197)
- 10 seconds to
show(df)of size (120764, 22) (#3202) - Ignoring ENV["LINES"] in 1.4.x (#3203)
- JET.JL problem with v1.4.1 (#3204)
- Speed of filter (#3208)
- Allow
endto select last column. (#3209)
Merged pull requests:
- Mention DataFrameMacros.jl in the docs (#3195) (@jkrumbiegel)
- make sure flatten works corretly on a data frame with zero rows (#3198) (@bkamins)
- improve manual entry of assignment to a data frame (#3201) (@bkamins)
Files
JuliaData/DataFrames.jl-v1.4.2.zip
Files
(529.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5b1b9574d6c7daed4a29cae9d40e5048
|
529.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaData/DataFrames.jl/tree/v1.4.2 (URL)