Skip to content

Commit 57092ff

Browse files
committed
populating return description section
1 parent f45d54e commit 57092ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/strings/accessor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,8 @@ def zfill(self, width: int):
18281828
Returns
18291829
-------
18301830
Series/Index of objects.
1831+
A Series or Index where the strings are modified by prepending
1832+
'0' characters.
18311833
18321834
See Also
18331835
--------

0 commit comments

Comments
 (0)