Skip to content

Change Scope of xlrd Import Attempt #26782

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 1 commit into from

Conversation

WillAyd
Copy link
Member

@WillAyd WillAyd commented Jun 11, 2019

Moved attempt to import xlrd to global scope of module. Simplifies code a bit and keeps xlrd relevant imports within one block

@WillAyd WillAyd added IO Excel read_excel, to_excel Clean labels Jun 11, 2019
@WillAyd WillAyd added this to the 0.25.0 milestone Jun 11, 2019
@WillAyd WillAyd closed this Jun 12, 2019
@WillAyd
Copy link
Member Author

WillAyd commented Jun 12, 2019

Realized this causes some conflict with top level imports of ExcelFile, ExcelWriter, read_excel, etc... into the API regardless of whether or not xlrd is installed. I don't think worth the effort to change at this time

@WillAyd WillAyd deleted the xlrd-imports branch January 16, 2020 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant