Feeds
질문
How to fill zeros and NaNs with the average of the previous nonzero consecutive values (part 2)
Hi, here's a challenge that is too hard for me and I need enlightment, a few weeks ago I posted this question: "So, i have a c...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
How to fill zeros and NaNs with the average of the previous nonzero consecutive values
Hi fellow helpers! So, i have a column like this: T = [0;0;1;2;3;4;NaN;4;3;0;0;0;NaN;4;2;3;0;2;0]; And everytime I have a NaN...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
How to create a new column that depends on the stabilization of another
The title is pretty vague so here's my example: I have a column on a table whose values are true and false (1 for when it's on ...
대략 3년 전 | 답변 수: 2 | 0
