ObservedObserver / pivot-chart

light and fast implementation of web pivot table / pivot chart components.
https://pivot-chart.vercel.app/
MIT License
98 stars 25 forks source link

streamlit pivot-chart #91

Open Oscar-esp opened 7 months ago

Oscar-esp commented 7 months ago

Hello

It would be interesting to be able to run this tool in a streamlit environment as it is done with pygwalker.

ObservedObserver commented 7 months ago

Hi @Oscar-esp, thanks for the feedback. PyGWalker actually contains pivot table component and facet visualization(with limit of number in dimensions).

I think in most of the cases, pygwalker can be a replacement of pivot-chart and other pivot table libraries.