Pinned Loading
-
Read large files line by line withou...
Read large files line by line without loading entire file to memory. Supports files of GB size 1def read_lines_from_file_as_data_chunks(file_name, chunk_size, callback, return_whole_chunk=False):
2"""
3read file line by line regardless of its size
4:param file_name: absolute path of file to read
5:param chunk_size: size of data to be read at at time
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.