tableQA icon indicating copy to clipboard operation
tableQA copied to clipboard

Suggestion to include summary feature

Open AyshaMubaris opened this issue 5 years ago • 5 comments

Can tableQA have a parameter passed that generates the summary for the data set / gives useful insights about the dataset.

AyshaMubaris avatar Dec 16 '20 12:12 AyshaMubaris

Good suggestion. Will work on this soon.

abhijithneilabraham avatar Dec 16 '20 12:12 abhijithneilabraham

Pandas has functions like info , describe, shape which separately provides insights about the data . I feel that it would be better if the summary feature includes the option to combine all of the insights such as the 5-point summary, column-data types, no of rows and columns, no of entries in each column along with no. of non-null, non-na values etc. into a single table.

AyshaMubaris avatar Dec 22 '20 08:12 AyshaMubaris

I think should add a module about auto generate questions from table data, which give a introduction about which kind of questions, people can asked in this table dataset.

svjack avatar Jan 28 '21 04:01 svjack

@svjack That would be a cool project, but it requires more AI, and training using datasets and stuff. Do you have an approach in mind?

abhijithneilabraham avatar Jan 28 '21 04:01 abhijithneilabraham

@svjack That would be a cool project, but it requires more AI, and training using datasets and stuff. Do you have an approach in mind? I think this may help : https://github.com/ramsrigouthamg/Questgen.ai/issues/11

svjack avatar Feb 22 '21 08:02 svjack