ynqa / pandavro

Apache Avro <-> pandas DataFrame
MIT License
134 stars 32 forks source link

Support bytes #30

Closed marctorsoc closed 2 years ago

marctorsoc commented 2 years ago

Simple PR to add support for bytes, given that pandas treats them as object but fastavro supports them natively

marctorsoc commented 2 years ago

cc @ynqa, this is ready to review now (I basically hacked my local env to make the tests behave the same as they do in travis :) )