caisdosodre

Results 1 issues of caisdosodre

**Describe the bug** My code is below: ``` import neurokit2 as nk import pandas as pd data1=pd.read_csv("sample.csv", names=["EDA"]) signals, info = nk.eda_process(data1["EDA"], sampling_rate=100, report="report.html") ``` Output: ``` The raw signal,...