Guest User

Untitled

a guest
Mar 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Boston01a = Import["Boston-v01.xlsx", {"Data", 1}];
  2.  
  3. textStyle @
  4. Row[{"Number of entries in ", " file: ", Length[Boston01a]}]
  5. timesStyle10 @
  6. Pane[
  7. Grid[Boston01a, Frame -> All],
  8. ImageSize -> {All, 200}, Scrollbars -> True]
  9.  
  10. (*Boston data set 1 data specification*)
  11. Bo1 = Drop[Boston01a, 1, 2];
  12. timesStyle10 @
  13. Pane[
  14. Grid[Bo1, Frame -> All],
  15. ImageSize -> {All, 200}, Scrollbars -> True];
Add Comment
Please, Sign In to add comment