I try to view correlation value and its corresponding feature but when run code it just show the part of it. The code and output in below
x= correlation.label.sort_values(ascending = False)
I try to use print (*x) and [print(x) for x in x] but it show correlation value and no corresponding features
If any one can help me to show total list..

Try to add the following line of code:
pd.options.display.max_rows = NoneReference: https://pandas.pydata.org/pandas-docs/version/1.4.0/user_guide/options.html