I am finding this task very challenging and unable to find an approach.
Given:Structred Dataframe of FinanacialReport Finanacial Report
I want to identify the intents given a text query. To be more precise: If I'm given a text query "What is Fiscal 2013 of Latin America?"
Output:388.00
The challenge I'm facing is it can be done for unstructured text/paragraphs suing NER? But how to proceed when given a dataframe like this?
Any help would be appreciated.