I have a question about merging multiple EDF files.
I ran read_raw_edf on many files but will have to merge it for 6 files for one patient and there are about 100 patients so I could not just create a new variable for each of the edf file.
Code is:
file_name = “00000993-100507[001].edf”
data = mne.io.read_raw_edf(file)