About searching in dataset using python or R | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
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