andygrove commented on code in PR #197:
URL:
https://github.com/apache/arrow-datafusion-python/pull/197#discussion_r1111337115
##########
src/dataframe.rs:
##########
@@ -313,6 +313,24 @@ impl PyDataFrame {
Ok(())
}
+ // Convert to pandas dataframe with pyarrow
+ // Collect the batches, pass to Arrow Table & then convert to Pandas
DataFrame
Review Comment:
```suggestion
/// Convert to pandas dataframe with pyarrow
/// Collect the batches, pass to Arrow Table & then convert to Pandas
DataFrame
```
--
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]