h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

AttributeError: module 'datatable' has no attribute 'open' #3490

Open SocratesMing opened 7 months ago

SocratesMing commented 7 months ago

I don't want to read the big file in once, but open it and then read it iteratively. However, an error is reported. Is the version 1.1.0 does not support it?