You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/06 08:51:44 UTC

[GitHub] [arrow-adbc] raulcd commented on a diff in pull request #143: feat(c/driver_manager): expose ADBC functionality in DBAPI layer

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org