-
Notifications
You must be signed in to change notification settings - Fork 91
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
build(datasets): fix typos in definition of extras #593
Conversation
Signed-off-by: Deepyaman Datta <[email protected]>
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.
Another question I had when looking through the file: Is it intentional that the extras for pandas.GBQQueryDataset
and pandas.GBQTableDataset
are lumped under pandas-gbqdataset
, and the same for pandas.SQLQueryDataset
and pandas.SQLTableDataset
being lumped under pandas-sqldataset
? I couldn't find any discussion on #570 at a glance, but it seemed inconsistent with how users usually install these based on dataset name.
Docs issue is unrelated, and I couldn't figure out how to resolve it at a glance. |
Signed-off-by: Ankita Katiyar <[email protected]>
No, I think I missed it while going by file names - fixed it in 16b084f |
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.
Thanks @deepyaman!
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.
Thanks @deepyaman !
* build(datasets): fix typos in definition of extras Signed-off-by: Deepyaman Datta <[email protected]> * build(datasets): separate pandas-sqldataset and pandas-gbqdataset Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: tgoelles <[email protected]>
Description
Development notes
Checklist
RELEASE.md
file