Skip to content

Version 0.11.4

Compare
Choose a tag to compare
@andreasnoack andreasnoack released this 08 Jan 22:00
9c0b802
  • Add filter and filter! methods.
  • Deprecate automatic deduplication of column names, add makeunique keyword argument to enable it.
  • Improve DataFrame constructors and conversions for Vector and Matrix.
  • Check categorical argument length in constructor.
  • Redesign getindex and fix stack/melt StackOverflowError.
  • Fix a stack method calling stackdf instead of stack.
  • Fix readtable with zipped files.
  • Add deprecation for vcat(Vector{<:AbstractDataFrame}).