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
docs: improve explode method documentation with null/empty list examples (#5164)
## Changes Made
Improved the documentation for the `DataFrame.explode()` method to
better demonstrate its behavior:
- Added example showing DataFrame structure before exploding for clarity
- Added comprehensive example demonstrating how null values and empty
lists are handled during explosion
The documentation previously claimed to show null/empty list behavior
"(see example below)" but the example only showed regular list
explosion. This PR fulfills that promise with proper examples.
## Checklist
- [x] Documented in API Docs (if applicable)
- [x] Documentation builds and is formatted properly
0 commit comments