Thank you Carlos! I can see it when I double click, I wanted to see it in the console as well
On Friday, March 10, 2017 at 11:23:56 AM UTC-5, Carlos Córdoba wrote: > > Hi, > > You need to do a double left mouse click on the variable name inside the > Variable Explorer pane to view all its contents. The contents of X are not > shown completely in the console to avoid filling it with too much content. > > > Cheers, > Carlos > > El 09/03/17 a las 13:23, Maya escribió: > > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > > > -- 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.
