Skip to content
Prev Previous commit
Next Next commit
Resolve merge conflicts
  • Loading branch information
GuessWhoSamFoo committed Jun 15, 2017
commit 5d8db3f1136da2c3aeb16cea85366166c2ceec18
5 changes: 0 additions & 5 deletions pandas/io/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@
convert integral floats to int (i.e., 1.0 --> 1). If False, all numeric
data will be read in as floats: Excel stores all numbers as floats
internally
has_index_names : boolean, default None
.. deprecated:: 0.17.0
For version 0.17+ index names will be automatically
inferred based on index_col. To read Excel output from 0.16.2 and
prior that had saved index names, use True.

Returns
-------
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.