norw is an analytic tool for data analysis that makes it easy to ask questions to your data in natural language. It is an approach to data insights for local businesses, extracting meaningful insights from a vast array of data sources such as Excel spreadsheets, CSV files, JSON files, or more sophisticated databases like PostgreSQL for informed decision-making.
norw uses Pandas for data analysis, It generates Aggregate reponses, Charts and Tables from natural language queries and translate them into python code. To generate Aggregate responses you we have to use some keywords (max, min, mean, etc.), for charts you will have to specify the chart type (line, bar, histogram, etc.), and for Tables you will have to use any of the keywords (table, df, select, filter, etc.)
Example of aggregate responses from norw
Example of chart responses from norw
Example of table response from norw
You can also get pivoted table, you can use the command; pivot table of sales based on region for each category