Hacker News new | ask | show | jobs
by documentparser 496 days ago
This is an interesting approach, I was wondering what kind of data can I use with it? Can’t wait to try it out
1 comments

As of now (v0.4.0), the library expects a structured/tabular input (think pandas DataFrame). So you could use it for things like transaction data, insurance records, anything that fits in a "table".

However, the concept generalises to other data types very naturally, and we plan to add support for things like images, audio etc very soon :)