bytestream

Filtering byte stream efficiently before converting to numpy array / pandas dataframe

Filtering byte stream efficiently before converting to numpy array / pandas dataframe Question: I’m looking for guidance on how to efficiently filter out unneeded parts of my data before converting to a numpy array and/or pandas dataframe. Data is delivered to my program as string buffers (each record separately), and I’m currently using np.frombuffer to …

Total answers: 1