Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 06:39
· 23 commits to main since this release
8ba2288

DataFrames v1.6.0

Diff since v1.5.0

Closed issues:

  • sort! to give warning if resulting sorting order is not fully determined (#2159)
  • More flexible Not column selector (#3288)
  • DataFrame not print correctly (#3292)
  • transpose method errors (#3295)
  • juliadata.org website pointing to random blog about martial arts? (#3296)
  • When partitioned, partition might lose the missingness eltype (in Tables.schema) (#3298)
  • transform should expand a data frame when it has 0 rows. (#3301)
  • Base.reduce(::typeof(vcat), ...) on DataFrames does not support init (#3309)
  • DimensionMismatch when checking if the cell value (not) belong to a collection (#3316)
  • Rename SubDataFrame columns (#3317)
  • Accepting array element in rows specificed by named tuples, in combine (#3335)
  • unstack error message for missing values (#3339)
  • Bounds error when sorting a column after select (#3340)
  • Don't print all data in huge columns (#3343)
  • Show problem columns for "ArgumentError: missing values in key columns are not allowed when matchmissing == :error" (#3345)
  • Don't truncate UUID columns (#3346)
  • Cannot vcat DataFrames with ReadStatTables.LabeledArrays (#3351)
  • Join memory usage workaround issues (#3355)

Merged pull requests: