timsaucer opened a new pull request, #1170: URL: https://github.com/apache/datafusion-python/pull/1170
# Which issue does this PR close? None # Rationale for this change We recently added a html formatter, which is useful for generating html tables as a customer. This adds the similar feature to `__repr__` to allow for text based formatting. # What changes are included in this PR? Add method to formatter to format a dataframe as a string. Renamed html_formatter to dataframe_formatter. # Are there any user-facing changes? Yes, the `html_formatter` module has been renamed to `dataframe_formatter`. A deprecation warning exists if any users try the old method. This was only released a couple of weeks ago so I doubt there has been time for adoption yet. -- 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 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