Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finish code to read file in chunks. #1

Open
sk-g opened this issue Apr 5, 2018 · 0 comments
Open

finish code to read file in chunks. #1

sk-g opened this issue Apr 5, 2018 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@sk-g
Copy link
Owner

sk-g commented Apr 5, 2018

# creating an iterator to read in chunks, not functional atm

Although the traces are big (>10gb in some cases) there are only few DiskXXXX operations (~10k out of ~10M). It is pointless to read the entire file and then use groupby methods.

to do:
read in chunks, create dataframes based on first column of each row. (.starswith..?)
fix iterator block to handle rows<chunksize for the last chunk.

@sk-g sk-g self-assigned this Apr 6, 2018
@sk-g sk-g added the help wanted Extra attention is needed label Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant