Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created August 16, 2019 11:54
Show Gist options
  • Save dipanjanS/54c8b852c5fba7a4f5d44bbdf44645b9 to your computer and use it in GitHub Desktop.
Save dipanjanS/54c8b852c5fba7a4f5d44bbdf44645b9 to your computer and use it in GitHub Desktop.
import pandas as pd
df = pd.DataFrame([ibmseti.compamp.SimCompamp(open(file_record,'rb').read()).header()
for file_record in raw_signal_files])
df.signal_classification.value_counts()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment