You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, a column records each of [0,1,2,3] for 3000 counts and records [4,5,6] for (199,299,399) counts. How should I get a list of mode numbers like [0,1,2,3]? It only returns 0 when I run clolumn.mode() in this case.