-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 1ee5ecf)
(cherry picked from commit d623ffd)
(cherry picked from commit cc8d33e)
(cherry picked from commit ed784a8)
(cherry picked from commit bc37ea2)
(cherry picked from commit 0ebbafd)
(cherry picked from commit 508ec3d)
(cherry picked from commit be90d49)
(cherry picked from commit e0f6c22)
(cherry picked from commit dc02831)
(cherry picked from commit 7c522bf)
(cherry picked from commit d30cc74)
(cherry picked from commit c85ab08)
(cherry picked from commit 4cbbcc6)
(cherry picked from commit 66b517c)
(cherry picked from commit dc45fba)
(cherry picked from commit ad76ffc)
(cherry picked from commit 2f0773f)
(cherry picked from commit bd8ba36)
* Move 0.23.3 to 0.23.4 * 0.23.3 whatsnew (cherry picked from commit a3f8f14)
… broken (GH19992) (#21967)
* 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 4802002)
(cherry picked from commit e4381b6)
(cherry picked from commit 017e910)
…with int index column (#22259)
* 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.
Backport of gh-22600.
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
XLSB support in read_excel() #8540