- 7017 Views
- 4 replies
- 1 kudos
When I load a table as a `pandas_on_spark` dataframe, and try to e.g. scatterplot two columns, what I obtain is a subset of the desired points. For example, if I try to plot two columns from a table with 1000000 rows, I only see some of the data - i...
- 7017 Views
- 4 replies
- 1 kudos
Latest Reply
@Kaniz Fatma​ The problem is not about performance or plotly. It is about the pandas_on_spark dataframe arbitrarily subsampling the input data when plotting, without notifying the user about it.While subsampling is comprehensible and maybe even nece...
3 More Replies
- 12456 Views
- 12 replies
- 4 kudos
Hi We have to convert transformed dataframe to json format. So we used write and json format on top of final dataframe to convert it to json. But when we validating the output json its not in proper json format.Could you please provide your suggestio...
- 12456 Views
- 12 replies
- 4 kudos
Latest Reply
@Sailaja B​ - Does @Aman Sehgal​'s most recent answer help solve the problem? If it does, would you be happy to mark their answer as best?
11 More Replies