Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mne/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,12 @@ def to_data_frame(
Returns
-------
%(df_return)s

Notes
-----
The default purpose of this method is to return data(picked channels) with
scalings applied which is useful for plotting. See :term:`data channels` and
:term:`non-data channels` for the default scaling factors applied.
"""
# check pandas once here, instead of in each private utils function
pd = _check_pandas_installed() # noqa
Expand Down