New release 0.8.26: New data grid + bug fixes

Hi everyone,

I’m pleased to announce a new minor release: v0.8.26 :party_popper:

To update, run the following command in the environment where Amphi is installed:

pip install --upgrade amphi-etl

This new release includes several bug fixes: #229

The main addition in this release is a new data grid :fire:

This unified data grid is designed to enhance the user experience for both viewing data in the pipeline console and browsing data in the data explorer.

A few highlights:

  • Select and copy data from the grid (paste into Excel or Google Sheets)
  • Resizable columns (double-click the separator for auto-sizing)

The data grid will be improved over time to enable sorting and some data visualizations.

Another minor addition is a new “auto-detect” in the DateTime converter.

Let me know if you encounter any issues or have feedback on the new feature!

Thanks,
Thibaut

2 Likes

Follow-up version with the 0.8.27

  • Added the full type as tooltip in the datagrid and added support for boolean
  • Added an advanced mode in filter for more complex filter using the pandas query syntax