Hello Sreelatha... Use pyEDFlib or MNE modules to read the data from .edf files and then convert the data into DataFrame using pandas module and proceed with the same methods.
Hello Sreelatha... You can apply these techniques on DataFrame type. After loading your dataset from any of the source, data will be stored in DataFrame.
How to use these methods on .edf files.
Can you explain about other formats of datasets also
Hello Sreelatha...
Use pyEDFlib or MNE modules to read the data from .edf files and then convert the data into DataFrame using pandas module and proceed with the same methods.
Ok sir.
Can you explain one example of converting .edf files data into excel data
Sir can we apply these techniques only on csv or excel files format only?
Hello Sreelatha...
You can apply these techniques on DataFrame type. After loading your dataset from any of the source, data will be stored in DataFrame.
Ok sir