new get_header function is fully compatible with the previous implementation, but instead of returning an iterator for the remaining lines, it returns a file-like object/stream in a text-mode. This is needed to potentially replace existing parsing with pandas parsing and beyond.
new get_header function is fully compatible with the previous implementation, but instead of returning an iterator for the remaining lines, it returns a file-like object/stream in a text-mode. This is needed to potentially replace existing parsing with pandas parsing and beyond.