-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
new: added ExcelParser(tested) to read .xlsx files #1184
Conversation
Someone is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thats a really cool PR! Just one comment - can you remove mlb_teams_2012.csv:Zone.Identifier file thats in the commit. |
It's done, thank you for the appreciation, I have multiple ideas for that in future definitely I'm going to add multiple features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Added ExcelParser Class: Implemented an
ExcelParser
for reading Excel (.xlsx) files using Pandas.