konjac opened a new issue, #1026: URL: https://github.com/apache/datafusion-python/issues/1026
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Nowadays, `__repr__` and `_repr_html_` only shows 10 rows. If the DataFrame contains more than 10 rows, we can show message to indicate there are truncated rows. **Describe the solution you'd like** @timsaucer shared a thought in [#discussion_r1957173896](https://github.com/apache/datafusion-python/pull/1015#discussion_r1957173896). Just take 11 rows internally. If 11 rows are returned, display message for additional rows. **Describe alternatives you've considered** n/a **Additional context** n/a -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org