Skip to content

Commit 9487ef8

Browse files
resubmit pr
1 parent f7826ee commit 9487ef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/io.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -4150,8 +4150,7 @@ results.
41504150

41514151
.. ipython:: python
41524152
4153-
df_mt = pd.DataFrame(np.random.randn(8, 6),
4154-
index=pd.date_range('1/1/2000', periods=8),
4153+
df_mt = pd.DataFrame(np.random.randn(8, 6), index=pd.date_range('1/1/2000', periods=8),
41554154
columns=['A', 'B', 'C', 'D', 'E', 'F'])
41564155
df_mt['foo'] = 'bar'
41574156
df_mt.loc[df_mt.index[1], ('A', 'B')] = np.nan

0 commit comments

Comments
 (0)