blaze / datashape

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

Where's the document of this library? #239

Open shenfe opened 4 years ago

shenfe commented 4 years ago

As I look around and find no specific documentation about how to use datashape. Thus I don't know how to invoke its APIs and understand the input and output. Even https://datashape.readthedocs.io/en/latest/index.html just tells the definition and grammar. Or should I read the source codes directly?

reversefold commented 4 years ago

I'm also having this problem. I found DataShape through a link on a StackOverflow answer but the documentation describes what DataShape does, but does not explain how to actually use it. How do I actually declare a type with DataShapes in my Python project?