Hi on running a code in the console I am getting the display as:
runfile('C:/Users/DX/Desktop/me template/Part 1 - Data Preprocessing/praCTICE.py', wdir='C:/Users/DX/Desktop/me template/Part 1 - Data Preprocessing')
and on viewing a small matrix it is showing up as
array([['France', 44.0, 72000.0], ['Spain', 27.0, 48000.0], ['Germany', 30.0, 54000.0], ..., ['France', 48.0, 79000.0], ['Germany', 50.0, 83000.0], ['France', 37.0, 67000.0]], dtype=object)
Even though the matrix is pity small how to change it to get the default view when i cun my codes in ipython console I installed the latest version of anaconda