Rename column names with dplyr
Rename iris columns from Sepal.Length
to Length of Sepal
using the setNames function and gsub.
Add rank within group with dplyr
Add a new column rank
, which is the rank according to mpg
for each of the cars in each cyl
group.
Using min_rank within each group.
Detecting Hyponyms with spaCy matchers
In this post we are going to explore spaCy’s matchers.
Anki - Type Answer in Cloze Deletion