- Enhanced the file reading. Now it'll read all the columns, even if
there's data missing. The number are numpy int16, and the missing data
is numpy NaN.
- Refactored lots of methods of the code. Renamed some methods, and
wrote new ones.
This update is all about code refactoring as the lib was kind of a trap
before this update.