[jira] [Commented] (ARROW-2332) [Python] Provide API for reading multiple Feather files

2018-03-26 Thread Dhruv Madeka (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16413444#comment-16413444
 ] 

Dhruv Madeka commented on ARROW-2332:
-

[~wesmckinn] - let me know if that sounds like a good plan, I'll try to make a 
PR

> [Python] Provide API for reading multiple Feather files
> ---
>
> Key: ARROW-2332
> URL: https://issues.apache.org/jira/browse/ARROW-2332
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Priority: Major
> Fix For: 0.10.0
>
>
> See discussion in 
> https://github.com/wesm/feather/issues/273#issuecomment-374093374



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2332) [Python] Provide API for reading multiple Feather files

2018-03-21 Thread Dhruv Madeka (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408384#comment-16408384
 ] 

Dhruv Madeka commented on ARROW-2332:
-

As mentioned in the Github issue -

IMHO this requires a few steps. 
 * In `FeatherReader`, separate the extraction of the table from the call to 
convert it `to_pandas`
 * Create a `FeatherDataset` class which takes a list of featherfiles and 
creates a table for each one
 * Validate that the schemas for each of the files match, the `validate_schema` 
for the `ParquetDataset` seems to work. Maybe we can create an abstract dataset 
class and inherit from there

> [Python] Provide API for reading multiple Feather files
> ---
>
> Key: ARROW-2332
> URL: https://issues.apache.org/jira/browse/ARROW-2332
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Priority: Major
> Fix For: 0.10.0
>
>
> See discussion in 
> https://github.com/wesm/feather/issues/273#issuecomment-374093374



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)