Hi,

I am facing issue in rendering charts through ggplot while working on
pyspark Dataframe on a dummy dataset.
I have created a Spark Dataframe and trying to draw a histogram through
ggplot in python.

[image: Inline image 1]

[image: Inline image 2]

I have a valid schema as below.But, below command is not working
* ggplot(df_no_null,
aes(df_no_null.select('total_price_excluding_optional_support'))) +
geom_histogram()*

Appreciate input.

Regards,
Snehotosh

Reply via email to