question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

to_data_frame() method for EpochsTFR objects

See original GitHub issue

Are 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:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dengemanncommented, Mar 16, 2021

done @eioe

1reaction
agramfortcommented, Mar 16, 2021

go for it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found