-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion to include summary feature #46
Comments
Good suggestion. Will work on this soon. |
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. |
I think should add a module about auto generate questions from table data, |
@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? |
|
Can tableQA have a parameter passed that generates the summary for the data set / gives useful insights about the dataset.
The text was updated successfully, but these errors were encountered: