dx
dx copied to clipboard
Data Explorer for Python
- Support request for pandas > 2, pydantic > 2 & SQLAlchemy > 2
We should update the data-explorer schema files to use for code gen of python models.
https://github.com/nteract/dx/blob/ebbae1862e95b84c7463e864e8110b8b0fbfb9f7/dx/codegen.py#L8-L13 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in ebbae1862e95b84c7463e864e8110b8b0fbfb9f7 when #24 was merged. cc @willingc.
It would be a nice addition to allow passing a `max_rows` parameter. ``` dx(df, max_rows=None) ``` This would essentially be a convenience mechanism so the user can avoid doing the...
Toggling on the pandas option `display.html.table_schema` only adds a new MIME type alongside the `text/plain` and `text/html` representations of similar size. This is a problem because people tend to output...
Related to [nteract#4377](https://github.com/nteract/nteract/issues/4377), it would be nice to be able to pass in initial metadata, something like this: ``` dx(df, metadata={ 'view': 'scatter', 'selectedMetrics': [ 'Economy (GDP per Capita)', 'Family',...
Blasphemy! Cats and dogs living together under one roof! The nteract Data Explorer is brilliant! It's the demo I show folks all the time when I talk about the future...