hello, im using a large dataframe of 1.13 million rows, after applying the plotly express barplot, the data is not displaying, kindly help me to proceed further
piec=px.bar(data_frame=df,x=‘month’,y=‘total_amount’)
hello, im using a large dataframe of 1.13 million rows, after applying the plotly express barplot, the data is not displaying, kindly help me to proceed further
piec=px.bar(data_frame=df,x=‘month’,y=‘total_amount’)
Hi,
Welcome to the community!
A few suggestions in order to make it easier for us to help you:
df.head(10)
)?Hello Thanks for the reply, I have sorted it out by using the groupby function, the original dataframe is fading out when we increase the no of columns in the orginal data frame attached the screenshots for reference
sry the bar chart is fading out when we increase the no of rows not the columns