Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jan 5, 2025
1 parent 7bb5a57 commit 9bff262
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
PENDING: Dataiter 0.9999
========================

* Use PyArrow instead of Pandas to read and write CSV files
* Replace Pandas dependency with PyArrow

This is likely to be a breaking change in some rare weirdly formatted
CSV files that Pandas and PyArrow might parse differently, resulting in
something like diffently guessed data types or differently detected
missing value markers. The note about stability below release 0.99 still
applies.

2024-12-15: Dataiter 0.999
==========================

Expand Down

0 comments on commit 9bff262

Please sign in to comment.