-
Notifications
You must be signed in to change notification settings - Fork 133
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
added pandas table reader along with test #804
Conversation
For the 3.8 tests:
I think the error is because you have |
Same for these ones, my guess it's
|
@swapdewalkar sorry you need to rebase this before I can merge it. |
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.
needs a rebase and then we can merge it.
@swapdewalkar just giving you a gentle nudge for the rebase please :) |
Thanks @swapdewalkar ! |
Address Issue #407
Reader for PandasTable
pd.read_table
Changes
Add PandasTableReader and tests
How I tested this
unit tests
Notes
Checklist