How to fill a particular channel? #703
Unanswered
markusmat97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to fill a particular signal in mdf file.currently i am converting to dataframe and filling the channel as below.
mdf_dataframe[CLF] = mdf_dataframe[CLF].fillna(method='ffill').
is there any way to fill a particular channel before converting to dataframe?
Beta Was this translation helpful? Give feedback.
All reactions