You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
storageResearch/Data/Microsoft/EDA.py
Line 151 in 30ff498
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.
The text was updated successfully, but these errors were encountered: