Python Package to Share/Edit Pandas/Polars DF with web interface!
Generate a URL to send to nontechnical contributors so they can modify dataframes easily.
Multiple collaborator support allows users to see live edits and changes made by others.
Changes made by clients are sent back as a dataframe, making it easy to maintain and integrate edits.
Nontechnical contributors can log in and modify dataframes with features like renaming columns, modifying values, and adding rows.
Users can see version history, undo changes, and restore previous versions.
The app can efficiently handle large datasets, including modifications and data retrieval.