Hey all, Just started to learn python and I'm actually struggling with the ipython console on anaconda spyder on my mac. Trying to read a csv table, very simple, 4 columns, 10 rows, assigning first 3 columns to X: X = dataset.iloc[:, :-1].values
<https://lh3.googleusercontent.com/-XLWWOJtI_zo/WMGdZ5LzSII/AAAAAAAAACM/8Vme7TZn60o8h-ZjLJnkD51I_TV7X_MYACLcB/s1600/pythonspyder.png> and when printing X this is what I get the attached. I want to be able to see all the values, 10 rows, instead I can only see 6. Please help! :) Maya -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
