Actually, We are doing Epilepsy Detection Project. Due to some reasons it is compulsory for us to convert .edf files into csv format. if anyone knows about the code please tell me. I didn't find any helping material from internet.
According to this answer on Stack Overflow, you can use pyEDFlib to read in the EDF file, then you just need some code to write the EDF object rowwise to a CSV file.
Here are two links that illustrate how to write a CSV file line by line so it will be easy after reading the EDF file using pyEDFlib to write the file content row by row to the CSV file:
Hello, I have been encountering a similar problem although with events.
our design is event based and the events are coded in a regular channel in edf+, not the annotation one, how can I convert this to an event file and then convert the whole thing to csv? Thanks in advance