About searching in dataset using python or R | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

About searching in dataset using python or R

I am trying to create search algorithm for the problem that if user input substring or keyword we will get top 10 searches based on that, for example if someone types "rel" so output will be "reliance", reliance jio. I tried a lot but not getting proper way to create it

23rd Dec 2020, 4:19 PM
Nikita Desale
Nikita Desale - avatar
1 Answer
0
Python3 Try >> if "keyword" in (user's input): Print (something) or what you want the output to be 👍?
29th Dec 2020, 4:16 PM
Loay Ahmed
Loay Ahmed - avatar