using scatter matrix plot in python

409 views Asked by At

jumping from R to python since org. wants very work to be done in python :(. struggling what seems to be a very basic task. i have a dataframe 25*25 with rows as observations and columns as different atttributes. I want to plot these 25 columns scatter plot...seems like a very simple task. but unfortunately unable to do so

pd.plotting.scatter_matrix(welldat, alpha=0.2,grid=True)

program giving following error -

ValueError: Number of columns must be > 0, not 0

<Figure size 432x288 with 0 Axes>
0

There are 0 answers