Commit 847ab6a
authored
Display dataframes in streamlit apps with aggrid (#66)
* ✨ Feat(streamlit_reportview.py): Display dataframes in streamlit apps with st-aggrid to add searching and filtering features. Fixes #62
* ⬇️ Fix: downgrade streamlit-aggrid version to pass CI tests
* ➕ Fix: do not specify aggrid version to avoid conflicts with other packages
* ⬆️ Try 1.0.4 aggrid version
* 📌 Fix: Try 1.1.0 aggrid version and altair without a specific version
* 📌 Do not specific versions for altair and aggrid
* 🐛 Fix(streamlit_reportview.py): add aggird imports and fix issues in the code to loaf the dfs
* 🐛 Fix(streamlit_reportview.py): add f string to print df_index and create this variable once
* 🐛 Fix(streamlit_reportview.py): correct df_index creation1 parent bb1220f commit 847ab6a
2 files changed
+30
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | | - | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
471 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
472 | 490 | | |
473 | 491 | | |
474 | 492 | | |
| |||
707 | 725 | | |
708 | 726 | | |
709 | 727 | | |
710 | | - | |
| 728 | + | |
711 | 729 | | |
712 | 730 | | |
713 | 731 | | |
| |||
720 | 738 | | |
721 | 739 | | |
722 | 740 | | |
723 | | - | |
724 | | - | |
725 | 741 | | |
726 | 742 | | |
727 | 743 | | |
728 | 744 | | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
729 | 748 | | |
730 | 749 | | |
731 | | - | |
| 750 | + | |
0 commit comments