Skip to content

Commit 1ef32fc

Browse files
committed
add blank line in docstring
1 parent d8e68f9 commit 1ef32fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,7 @@ def from_dict(cls, data, orient="columns", dtype=None, columns=None) -> "DataFra
12971297
12981298
Specify ``orient='tight'`` to create the DataFrame using a 'tight'
12991299
format:
1300+
13001301
>>> data = {'index': [('a', 'b'), ('a', 'c')],
13011302
... 'columns': [('x', 1), ('y', 2)],
13021303
... 'data': [[1, 3], [2, 4]],

0 commit comments

Comments
 (0)