You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions