Untitled
Anonymous
plain_text
02/06/2024 6:06 AM
220 B
21
Indexable
import wfdb
import pandas as pd
record= wfdb.rdsamp('16265')
df = pd.DataFrame(record[0], columns=record[1]['sig_name'])
df.to_csv('16265.csv',index= False)Editor is loading...
Leave a Comment