Get started

Introduction to norw

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.

How does norw work?

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.)

Aggregate response

Example of aggregate responses from norw

Aggregate response

Chart response

Example of chart responses from norw

Chart response

Table response

Example of table response from norw

Chart response

You can also get pivoted table, you can use the command; pivot table of sales based on region for each category

Some dataset to practice