Frames v0.6.0 Release Notes

Release Date: 2018-10-05 // over 5 years ago
  • ๐Ÿ‘Œ Support external CSV tokenizers

    ๐Ÿ“ฆ Internal functionality is now defined more cleanly atop a stream of rows already broken into columns (rather than a stream of rows that we quietly break into columns ourself). This permits the use of external parsers such as provided by the new Frames-dsv package that supplies a CSV parser built atop hw-dsv.

    ๐Ÿ“œ The built-in CSV parser remains for ease of installation.