v1.4.3
DataFrames v1.4.3
Closed issues:
- docs for
groupindices
has wrong example (#3210) - (Possible) Bug with
shuffle
when shufflingDataFrame
rows (#3211) - Improve combine documentation (#3214)
- ERROR: AssertionError: length(res) > 0 (#3217)
- Column metadata anchored to wrong column after insertion of new colums (#3218)
Merged pull requests:
- Make sure we use MIME when calling repr in GroupedDataFrame printing (#3213) (@bkamins)
- add default style to metadata! and colmetadata! (#3216) (@bkamins)
- fix insertcols! bug (not shifting column metadata) (#3220) (@bkamins)
- fix HTML printing tests after PrettyTables.jl 2.2 release (#3221) (@bkamins)
- make aggregation of empty GroupedDataFrame correct with AsTable (#3222) (@bkamins)