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
Copy file name to clipboardExpand all lines: docs/src/man/gallery.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,37 @@ julia> a1.result = reduce((x,y)-> x .|= byrow(a1, in, r"2", item = y, eq = eq),
153
153
1
154
154
```
155
155
156
+
*[Creating new column by selecting and matching](https://stackoverflow.com/questions/70948067/creating-new-column-in-r-dataframe-by-selecting-and-matching) : I want to use the option columns 1,2,3 to pull the appropriate values from length, weight, height.
2 │ Tape 103missing clear width length color size :3×10, color : clear
184
+
3 │ Pen missingmissingmissing red color missingmissing color : red
185
+
```
186
+
156
187
## Filtering
157
188
158
189
*[Filtering based on conditions comparing one column to other columns](https://discourse.julialang.org/t/dataframe-filtering-based-on-conditions-comparing-one-column-to-other-columns/70802) : In the following example we like to filter rows where columns `:x1` and `:x2` are greater than `:x5`.
0 commit comments