Open vhfgosselin opened 2 years ago
@vhfgosselin just to clarify, you're not able to create MultiIndex tables, based on the article that you've linked, right? Can you add more context for this problem as well, please?
can you provide a few more details?
We want to be able to create a multi-index table in Taipy. Now, table only supports a unique index: https://docs.taipy.io/en/latest/manuals/gui/viselements/table/
Just to clarify, do you want to implement a multi-index table in Taipy by concatenating multiple indices into a single string, or are you looking for a more complex solution that accurately represents hierarchical indices?
The second one in fact. You can ask @FabienLelaquais for more details
@FlorianJacta Please assign me this, First time working on open source and I have built taipy on my work git Will check the column style highlight as well. Want to contribute to this cool tool.
A new Quest has been launched in @Avaiga’s repo. Merge a PR that solves this issue to loot the Quest and earn your reward.
Some loot has been stashed in this issue to reward the solver!
🗡 Comment @quest-bot embark
to check-in for this Quest and start solving the issue. Other solvers will be notified!
⚔️ When you submit a PR, comment @quest-bot loot #450
to link your PR to this Quest.
Questions? Check out the docs.
@slackroo I have assigned you to this issue. Thank you for your contribution!
@quest-bot embark
@sahilborse has embarked on their Quest. 🗡
JavaScript
and TypeScript
magic ✨This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR.
Questions? Check out the docs.
/@attempt #450 assign this issue to me
@vhfgosselin @FlorianJacta assign this issue to me
I am also assigning you this issue so you can collaborate with @slackroo
This issue has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this issue, please add another comment or create a PR that links to this issue. If a PR has already been created which refers to this issue, then you should explicitly mention this issue in the relevant PR. Otherwise, you will be unassigned in 14 days. For more information please refer to the contributing guidelines.
This issue has been unassigned automatically because it has been marked as "🥶Waiting for contributor" for more than 14 days with no activity.
To be able to provide an easy display for the different shapes and forms of Pandas dataframes, there is a need to be able to display tables/dataframes with multiple indexes. Either for the colonnes: or for the rows:
See Th There have been several requests on StackOverflow but it seems that there is a void there.