taipy
taipy copied to clipboard
Turns Data and AI algorithms into production-ready web applications in no time.
**Description** The goal would be to have default behaviors for _add_, _delete_, and _edit_ features of tables to facilitate their use. This way, a user wouldn't be forced to create...
**Being able to edit categorical cells by providing a list of values** Pandas dataframe is one of the most common Python tabular object that gets displayed using Taipy GUI Table....
**Description** Mapbox is used by Plotly to create map charts. Users may need to use a Mapbox Access token (see https://plotly.com/python/mapbox-layers/) is order to use the Mapbox service. We need...
**Description** To avoid delays in dates for chart, the user has to manually localize dataframe columns of date to 'UTC'. It is making the code heavier and less natural. The...
**Description** We want to provide access to as many Chart types available in Plotly. This work can be done incrementally.
* Taipy version: 1.2 * Python version: 3.8+ * Operating System:* ### Description Programmers may want to integrate their own Web component, or rely on third-party component that they are...
* Taipy version: * Python version: * Operating System: ### Description Epic used to describe the features and behavior of the Table control.
## Improve documentation Add a page for the choropleth map or a section on the current page for [maps](https://docs.taipy.io/en/latest/manuals/gui/viselements/charts/map/). ```python from taipy.gui import Gui import pandas as pd data =...
**Description** The purpose is to have a functional comparator between versions (scenario and data comparison) so that the user can monitor the performance while developing Taipy app and choose the...
Today, a default data attribute in Data Node config is implemented for csv, excel, in memory, json, parquet, pickle storage types. We want to make it generic for all data...