blaze / datashape

Language defining a data description protocol
BSD 2-Clause "Simplified" License
183 stars 65 forks source link

bytes type not complete #230

Open majidaldo opened 6 years ago

majidaldo commented 6 years ago

what's the issue with bytes not being represented in the string construction? dshape('bytes') gives DataShapeSyntaxError. also why not have as_npdtype for bytes be np.bytes?

koenlek commented 3 years ago

I ran into this same issue and I implemented a fix here: https://github.com/blaze/datashape/pull/242