raulcd commented on code in PR #143:
URL: https://github.com/apache/arrow-adbc/pull/143#discussion_r988736898
##########
python/adbc_driver_manager/adbc_driver_manager/dbapi.py:
##########
@@ -435,11 +753,15 @@ def fetch_arrow_table(self) -> pyarrow.Table:
)
return self._results.fetch_arrow_table()
- def fetch_df(self):
+ def fetch_df(self) -> "pandas.DataFrame":
Review Comment:
is the `import pandas` required only because of this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]