How to visualize bdf eeg datasets ? Like in excel like table in python for example | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to visualize bdf eeg datasets ? Like in excel like table in python for example

How to visualize bdf eeg datasets ? Like in excel like table in python for example

12th Jun 2021, 5:34 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
1 Answer
+ 1
In python you can use matplotlib module to visualize your data. For an in-terminal presentation use plotext module as it has similar commands to matplotlib. Before doing this, be sure to treat the whole data with pandas module to be sure for the data you're ploting.
12th Jun 2021, 7:51 PM
Ervis Meta
Ervis Meta - avatar