AntoinePrv commented on issue #245: URL: https://github.com/apache/arrow-js/issues/245#issuecomment-3631048818
Hello @xbwwj, I am currently working on [Arbalister](https://github.com/QuantStack/Arbalister/) (very early software). The idea is to easily visualize dataframe files (CSV, Parquet, Avro...), including very large ones, via an Arrow connector. What I have also been thinking about, is that we can hook extensions by [https://en.wikipedia.org/wiki/MIME type](https://en.wikipedia.org/wiki/MIME). With this, any object in any programming language that define the magic Jupyter visualization method (e.g. `_repr_mimebundle_`) will have this default representation (this is how objects can render as html for instance). We could do this for `application/vnd.apache.arrow.file`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
