pachyderm/python-pachyderm

Make an iterator wrapper around GetFile

Closed this issue · 1 comments

Currently, getting a file from Pachyderm using Python-pachyderm is quite onerous, and there's no easy way to e.g. parse a CSV or pandas dataframe stored in pachyderm. If we wrapped the current gRPC API with an implementation of iterator, then both of those tasks could become much easier.

This already works