We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7249bfe commit 764105bCopy full SHA for 764105b
CHANGELOG.md
@@ -1,18 +1,6 @@
1
# Revision history for dataframe
2
3
-## 0.1.0.0 -- 2024-02-24
+## 0.1.0.1
4
5
-* Initial commit with small example
6
-
7
-## 0.1.0.1 -- 2024-11-24
8
9
-* Added a few more dataframe operations. Notably sum and filtering logic.
10
-* Slightly better error messaging for wrong types
11
-* Another example dataset + example program.
12
13
-## 0.1.0.2 -- 2024-11-30
14
15
-* Changed default string type to bytestring
16
-* Add a single-column groupBy implementation
17
-* Improved CSV IO to use mutable vectors and reduce allocations.
18
-* Multi-column groupBy operation
+* Fixed parse failure on nested, escaped quotation.
+* Fixed column info when field name isn't found.
0 commit comments