Skip to content

Commit 8e6ad16

Browse files
committed
remove unused _put_str
1 parent 362a224 commit 8e6ad16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/frame.py

-4
Original file line numberDiff line numberDiff line change
@@ -8381,7 +8381,3 @@ def _from_nested_dict(data):
83818381
new_data[col] = new_data.get(col, {})
83828382
new_data[col][index] = v
83838383
return new_data
8384-
8385-
8386-
def _put_str(s, space):
8387-
return str(s)[:space].ljust(space)

0 commit comments

Comments
 (0)