- Notifications
You must be signed in to change notification settings - Fork2.2k
-
I'm working with a relatively small dataset of financial transactions (<1000 rows, c.10 columns), and I'm trying to get a summary of total value for each unique entity for each years (c.150 unique entities in the rows, and 1 column per year). When I get the answer back, pandasAI seems to correctly identify the number of unique entity and the total value for each, but the output table is truncated (i.e. it shows the first few rows, and then three dots, then the final few rows, similarly it truncates 2 of the 4 columns). How can I get the full table without truncation? @dosubot |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment