Replies: 2 comments 4 replies
-
Hi @capnahab, you can do this one of several ways:
There might be others but these are the ones off the top of my head. Do any of these work for your case? |
Beta Was this translation helpful? Give feedback.
-
I think you want a command like I have "select-col-from-clipboard". I use it pretty much everyday. |
Beta Was this translation helpful? Give feedback.
-
I am very impressed with visidata. I have a dataframe of anonmymised hospital data of 100 fields and 600k rows. I want to filter one of the columns by surgery type. The surgical codes are a string of 4 letters and numbers eg 'B041' . There are usually multiple codes for one operation. When there are only 2-4 I search the column using regex and select the values.
Sometimes though I have a list od 20+ codes. In python I would do this using .isin (in Jupyterlab).
Is there a good way to filter rows using a list of values.
Simpler the better as I am a surgeon not a data analyst....
Beta Was this translation helpful? Give feedback.
All reactions