Riccardo Cappuzzo
Riccardo Cappuzzo
To remove the "contributing" section from the bar, it is sufficient to edit `doc/index.rst` to remove `CONTRIBUTING`. The documentation of the table report should be cleaned up (if needed) and...
@GaelVaroquaux your reply is broken
I'm not sure I understand the point here: is it about implementing the feature as a "transformer" object (meaning, the feature is useful, but not as a transformer), or is...
We discussed this object a bit with @Vincent-Maladiere We both agree that the feature should be available somewhere, at least with some simple heuristics (e.g., to parse "$10$, or "40...
> it won't be quite as clean as "40 kg" but look more like "less than 5", "1 y 1/2", "45 x 25 x 10", > But do we want...
A few examples from kaggle: - https://www.kaggle.com/code/khotijahs1/cars-price-prediction - https://www.kaggle.com/datasets/austinreese/craigslist-carstrucks-data - https://www.kaggle.com/datasets/abdulmalik1518/cars-datasets-2025 - https://www.kaggle.com/datasets/ayushparwal2026/cars-dataset - https://www.kaggle.com/datasets/abdelrahmanemad594/laptop-prices - https://www.kaggle.com/datasets/mohamedasak/imdb-top-250-movies All these contain at least a few columns that include units, some would...
Hi @JadeAffolabi, thanks for checking out the issue. Be aware that this looks like a fairly complicated issue to start with. Aside from the usual considerations that are reported in...
> Hi, I think I can do it. Thanks for the indications. @JadeAffolabi I realized late I pasted the wrong link, I meant to refer to the contributing guide
I suspect the issue may be caused by wrong parsing of the data 🤔
I think that if we want more interactivity we should consider using plotly directly, and move towards using plotly for all the plots in the TableReport instead of trying to...