read-protobuf
read-protobuf copied to clipboard
Small library to read serialized protobuf(s) directly into Pandas Dataframe
Results
2
read-protobuf issues
Sort by
recently updated
recently updated
newest added
Hi, read-protobuf is more like a deserializer. I am wondering if it is possible to implement a serializer along with it. Is that more difficult?
hi!This library does a very good job of implementing the relevant functionality, but in the ipynb file, i see `%time` to calculate running time. It may be not very accurate,...