diegoQuinas commented on PR #21728:
URL: https://github.com/apache/datafusion/pull/21728#issuecomment-4564097995

   Done in f7a1b70 — updated the `describe()` docstring so it no longer claims 
only numeric types are summarized.
   
   It now spells out which statistics apply to which column types: 
`count`/`null_count` for every column, `min`/`max` for every column except 
`Boolean`, `mean`/`std`/`median` for numeric columns only (others report 
`null`), and the new lowercase-hex rendering of `min`/`max` for binary columns.
   
   Happy to tighten the wording if you'd prefer it shorter. Let me know if 
there's anything else before this can supersede #21455.


-- 
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]

Reply via email to