to_data_frame() method for EpochsTFR objects
See original GitHub issueAre there plans to implement a to_data_frame()
method for EpochsTFR
and AverageTFR
objects?
I would like to export/save the according data for further analysis in R.
I just recently learned about the to_data_frame()
methods for Epoch
and Evoked
objects and find them terrifically useful. Would be great to get the same luxury for tfr data.
I’m also thankful for hints regarding major obstacles that speak against it or if there are already similar implementations that I’m not aware of. Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Export epochs to Pandas DataFrame - MNE-Python
Very useful for exploring data. groupby : generate subgroups and initialize a 'split-apply-combine' operation. Creates a group object.
Read more >pandas.DataFrame — pandas 1.5.2 documentation
Aggregate using one or more operations over the specified axis. Align two objects on their axes with the specified join method. Return whether...
Read more >Converting a list of objects to a pandas dataframe
I have a list of person objects and I want to create a dataframe from that such that the data frames columns are...
Read more >6 Ways to Convert List to Dataframe in Python - FavTutor
1) Basic method · 2) Using a list with index and column names · 3) Using zip() function · 4) Creating from the...
Read more >How to plot EpochsTFR images? - Support & Discussions
There is no plot method for EpochsTFR , but if you want something similar to ... but the object is now AverageTFR and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
done @eioe
go for it