Julia DataFrame filtering based on string length -


is there vectorized way filter julia dataframe based on length of string within column?

is following sufficient:

df = dataframe(fielda=[1,2],fieldb=["good","morning"]) df[bool[length(x)<5 x in df[:fieldb]],:] 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -