Skip to content

XLSB support in read_excel() - #8540 #24658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 116 commits into from
Closed

XLSB support in read_excel() - #8540 #24658

wants to merge 116 commits into from

Conversation

subhsaha
Copy link

@subhsaha subhsaha commented Jan 7, 2019

XLSB support in read_excel() #8540

TomAugspurger and others added 30 commits June 9, 2018 17:32
(cherry picked from commit cc8d33e)
…lse when comparing 2 CategoricalIndex objects (#21092)

(cherry picked from commit af2b609)
… and tuple names (GH21015) (#21132)

(cherry picked from commit e80cc43)
Partially addresses gh-21137.
(cherry picked from commit ac32ce8)
…l docs (#21114)

* DOC: Add linspace range behavior to the timeseries/timedeltas/interval docs
(cherry picked from commit 90c2237)
Partially addresses gh-21137.
(cherry picked from commit 1abfd1b)
Enable support for general file-like objects when exporting stata files

closes #21041
(cherry picked from commit f91e28c)
Closes #19788
Closes #21097
(cherry picked from commit 36c1f6b)
jorisvandenbossche and others added 25 commits July 5, 2018 19:34
* Move 0.23.3 to 0.23.4

* 0.23.3 whatsnew

(cherry picked from commit a3f8f14)
* Appveyor 3.7

* ci package list

* change image type

* try hack fix

* lint

* use isnan on problem function

* use numpy compat isnan

* use right isnan

* work around OSX math undefs

* cleanup const

* fix reversion

* ...

(cherry picked from commit 7a2fbce)
(cherry picked from commit e4381b6)
* CI: Bump NumPy to 1.9.3

Backport of gh-22499.

* BLD: Fix openpyxl to 2.5.5

Backport of gh-22601.

* CI: Resolve timeout issue on Travis

Backported from gh-22429.

* CI: Migrate to CircleCI 2.0

Backport of gh-21814.

* Upgrade Cython to >=0.28.2

Backported from gh-21688.

* TST: Patch locale handling

Backported from gh-21739.
Backport of gh-22213.
@gfyoung
Copy link
Member

gfyoung commented Jan 7, 2019

@subhsaha : Thanks for the PR! Unfortunately, it seems like your PR has a ton of commits that aren't necessary to your change. Can you create a new branch off master and make your changes there?

@gfyoung gfyoung added Enhancement IO Excel read_excel, to_excel labels Jan 7, 2019
@WillAyd
Copy link
Member

WillAyd commented Jan 7, 2019

@subhsaha I didn't see any changes to io/excel.py in the current diff though may be overlooking. I think it would be easier as @gfyoung mentioned if you start from a new branch off of master and submit a new PR, so closing this one

@WillAyd WillAyd closed this Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.