Skip to content

Commit 0d6c0f9

Browse files
committed
add required newline
1 parent c5283dc commit 0d6c0f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/pandas.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ Larger DataFrame operations might be faster using :obj:`~pandas.eval()` with str
439439
rng = np.random.RandomState(42)
440440
df1, df2, df3, df4 = (pd.DataFrame(rng.rand(nrows, ncols))
441441
for i in range(4))
442+
442443
Adding dataframes the pythonic way yields::
443444

444445
%timeit df1 + df2 + df3 + df4

0 commit comments

Comments
 (0)