-
Notifications
You must be signed in to change notification settings - Fork 4
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
Class-based implementation with autosql-to-pandas support #13
Conversation
@alexpreynolds, I'll go ahead and merge this. If you have time, give it a try and file an issue if it breaks. |
Thanks very much! |
New features
API changes
BbiFile.fetch_intervals
now returns a dataframe with columns correctly parsed using the autosql schema@alexpreynolds If there is a desire to keep the old functionality of
fetch_intervals
providing a tuple generator, let me know.CC @keller-mark