v4.6.0
Changes from v4.5.0:
- Add
fromFixed()
andloadFixed()
methods to read fixed-width format text files. - Add
skip
andcomment
options forfromCSV()
. (#165) - Add
names
option tofromCSV()
to name columns in header-less files. - Add
op.object()
function. - Add
op.row_object()
function. - Add object/map input support to table
assign()
method. - Revert Apache Arrow to v3.0.0 until build errors caused by v4.0.0 are resolved. (#166)