Saved Bookmarks
| 1. |
Which of the following function takes multiple columns?(a) spread()(b) gather()(c) separate()(d) extract() |
|
Answer» Correct option is (b) gather() Easiest explanation: gather() gathers column into key-value pairs. |
|