v1.3.2
DataFrames v1.3.2
Closed issues:
- Variance in runtime reduction functions (#2956)
- use of map in ByRow (#2957)
- Replace and Missing Values (#2976)
- Subset and Missing Values (#2977)
- copying of columns in select! and transform! (#2978)
- Unexpected Behavior of Combined Column Selection (#2980)
Merged pull requests:
- Add a note about df.col .= v broadcasting changes (#2971) (@bkamins)
- Update working_with_dataframes.md (#2973) (@alfaromartino)
- Clean up join code (#2975) (@bkamins)
- Add links to docs, rephrase a bit (#2979) (@nalimilan)
- fix aliasing detection in sort! (#2981) (@bkamins)
- make sure ByRow invokes generic map (#2982) (@bkamins)
- make sure we use source column only once (#2983) (@bkamins)
- Update subset to handle large number of selectors better (#2989) (@bkamins)