Frames v0.2.1 Release Notes

    • ๐Ÿ”จ Refactored to use the CoRec type provided by vinyl >= 0.6.0

    • ๐Ÿ›  Fixed bug in typing mostly-numeric columns Such columns must be represented as Text. Previously, we strove a bit too hard to avoid falling back to Text resulting in dropping rows containing non-numeric values for columns we crammed into a numeric type.

    • ๐Ÿ“œ Minor optimization of CSV parsing ๐Ÿ’… In particular, dealing with RFC4180 style quoting

    • GHC-8.2.1 compatibility