Alexandre Sajus

Results 37 comments of Alexandre Sajus

Also, a workaround for this issue is this: ```python def double_x_and_y(state): state.data = pd.DataFrame( {"X": [x * 2 for x in state.data["X"]], "Y": [y * 2 for y in state.data["Y"]]}...

Which part of the syntax is unclear? Unfortunately, this is not my code. A Discord user reported this issue.

Okay I understand. We can close this as non-planned then

I asked feedback to the user who reported this issue on Discord, waiting for answer: ![Image](https://github.com/Avaiga/taipy/assets/62465003/af574ae5-b249-47dd-a999-e363f556ae5c)

Is this fixed? If not, can you provide a minimal reproducible example?

I don't think we are talking about the same thing here. Let's say the dataset used for the table in your image is a 20 000 rows dataset. Taipy seems...

@srinivaspavan9 Yes you are right about the import error, this code is probably outdated. I'm not sure what you mean about the breakpoint issue. Maybe @jrobinAV could help?

> > @srinivaspavan9 Yes you are right about the import error, this code is probably outdated. I'm not sure what you mean about the breakpoint issue. Maybe @jrobinAV could help?...