Improve Onset data parser, this PR makes the parser relies on the pandas C parser instead of Python which should significantly reduce the time needed to parse a file.
The parser assume that the timestamp format is consistent accros a file. I believe this is true but it will be tested with the Hakai historical data.
Improve Onset data parser, this PR makes the parser relies on the pandas C parser instead of Python which should significantly reduce the time needed to parse a file.
The parser assume that the timestamp format is consistent accros a file. I believe this is true but it will be tested with the Hakai historical data.