In the command line I get to see the actual data inside instead of the summary view above like this:
A B C D E F G H I J
0 0.761324 0.032018 0.080746 0.739734 0.936926 0.664572 0.951255 0.577401 0.988688 0.573861
1 0.558247 0.237166 0.322528 0.786457 0.760680 0.410444 0.951133 0.999485 0.020494 0.189512
2 0.605848 0.362981 0.219368 0.791850 0.912985 0.976945 0.848627 0.436797 0.663344 0.598473
3 0.568639 0.272206 0.679147 0.531995 0.396008 0.690554 0.111167 0.580572 0.760094 0.349107
4 0.961384 0.994971 0.761088 0.806473 0.288171 0.068695 0.045302 0.721822 0.430187 0.793681
5 0.836996 0.118935 0.996416 0.947395 0.380154 0.819513 0.530146 0.969229 0.392297 0.957748
6 0.569859 0.706542 0.610082 0.867170 0.792394 0.933430 0.938307 0.511343 0.262208 0.369842
... etc...
Is there a way to force pandas and/or IPython to show me the DataFrame data when I print it?