Skip to content

Commit c56da89

Browse files
committed
rebase on master
1 parent 128e148 commit c56da89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/io/excel.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,7 @@
221221
as strings or lists of strings!
222222
223223
>>> pd.read_excel(open('tmp.xlsx','rb'),
224-
... true_values='2',
225-
... false_values='3',
226-
... na_values=['string1', 'string2'],
227-
... thousands=',')
224+
... na_values=['string1', 'string2'])
228225
Name Value
229226
0 NaN 1
230227
1 NaN 2

0 commit comments

Comments
 (0)