Skip to content
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

Hotfix/support xlsx #313

Closed
wants to merge 3 commits into from
Closed

Conversation

lingdoc
Copy link
Contributor

@lingdoc lingdoc commented Oct 17, 2022

Adds support for xlsx files in the pandas import of data files. This addresses various formatting/character problems that can be introduced in a raw csv import, as noted in #311 and possibly others.

@lingdoc
Copy link
Contributor Author

lingdoc commented Oct 17, 2022

this fix simply checks whether .xlsx exists in the filename and uses the read_excel() import from the pandas library. It may require installation of openpyxl via pip.

@lingdoc lingdoc closed this Oct 17, 2022
@lingdoc lingdoc deleted the hotfix/support_xlsx branch October 17, 2022 04:14
@lingdoc lingdoc restored the hotfix/support_xlsx branch October 17, 2022 04:14
@lingdoc lingdoc deleted the hotfix/support_xlsx branch October 17, 2022 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant