I just finished v0.1.0 of QFrame. Any feedback, ideas or other thoughts are welcome!
评论:
sbinet:
The_Sly_Marbo:Support for using the Arrow format for columns.
yes. that'd be great to start foster a community of inter-operable Go tools.
qframe
itself looks great BTW (just looking at the README), considering the boundary conditions (Go sans generics :P)
One small comment; in Go the idiom is to capitalise initialisms, so
FromCsv
andFromJson
would idiomatically beFromCSV
andFromJSON
.
