Skip to content

Instantly share code, notes, and snippets.

@dipta007
Created June 7, 2020 13:45
Show Gist options
  • Select an option

  • Save dipta007/b513f62abdf032b3ac73768060b8efaa to your computer and use it in GitHub Desktop.

Select an option

Save dipta007/b513f62abdf032b3ac73768060b8efaa to your computer and use it in GitHub Desktop.
cnt += batch_size
if cnt >= total_row:
pds = get_all(files, chunksize=batch_size)
cnt = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment