Tools for interactive dataframes¶
There are several tools you can use to provide interactivity with your dataframes. Instead of relying on .sort_values, .str.contains and .loc to update your data, take a peek at these tools!
| tool | abilities | downsides |
|---|---|---|
| qgrid | sorting, filtering, editing | problematic to install |
| itables | searches, sorts | no editing |
| dtale | sorting, filtering, editing | heavyweight compared to other options |