About plotly bar for large dataframe

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! :slightly_smiling_face:

A few suggestions in order to make it easier for us to help you:

  1. Have you tried to use a smaller subset of data (like df.head(10))?
  2. Could you provide a very small sample of the dataframe, so we can what are the columns, dtypes and so on…?




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