pandas.read_excel can do this. Check pandas official documentation
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizKindly log in to use this feature. We’ll take you to the login page automatically.
LoginGeneral Tech Bugs & Fixes 3 years ago
User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Kindly log in to use this feature. We’ll take you to the login page automatically.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
manpreet
Best Answer
3 years ago
I'm a student write a simple chatbot for an asterisk telephone server. The AGI script just says a hello message, asks if the person is looking for a group ( sales / support etc ) or for a person, than asks which person / group and redirects them to the group / person, if the person isn't available it gives you the options to eigther, redirect to a colleague ( person in the same que ) , to speak a message into his voicemail, or to wait until the person is available.
I had to do some 'hard coding' of strings to make the scipt work for example if a person is not available the caller could say('yhea send me to a COLLEAGUE' or 'yhea you can REDIRECT' , or 'I don't mind talking to SOMEONE else' ) for this part i would like to make use of some simple AI that could understand the user better and give propper responses, I however have no expirience with AI at all but love to learn it.
I'm making use os a centos server with free asterisk PBX installed, with my AGI script coded in Python.
Is there a way to use the google assistant / dialog flow to return a parameter to my script / server if it matched? I was able to put together the badjokegenerator: BadJokeGenerator but i'm wondering if / how i could send something to my server / script so i could for example let my script redirect a caller to the person he asked for.