Skip to content

Commit b417121

Browse files
DOC: to_hdf int columns error
1 parent 9e4dcab commit b417121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.13.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ HDFStore API Changes
359359
.. ipython:: python
360360

361361
path = 'test.h5'
362-
df = DataFrame(randn(10,2))
362+
df = DataFrame(randn(10,2), columns=['a','b'])
363363
df.to_hdf(path,'df_table',format='table')
364364
df.to_hdf(path,'df_table2',append=True)
365365
df.to_hdf(path,'df_fixed')

0 commit comments

Comments
 (0)