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
GH-46652: [Python][Docs] Update language for row_group_size parameter (#46653)
### Rationale for this change
The docstrings for row_group_size could be clearer both in terms of (1) whether the value is rows instead of byte size and (2) use of unit prefixes. See #46652.
My idea here was that just saying "64 * 1024 * 1024" is probably more easily understood than using Mi (mebi). The existing text may be just fine so I'm happy to close this if others like how it reads now.
### What changes are included in this PR?
- Updated language in docstrings for row_group_size
- Add missing `, default None` to docstring for top-level `write_table`
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
* GitHub Issue: #46652
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
0 commit comments