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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
