Created
October 17, 2020 12:48
-
-
Save ifknot/efa150726c505fab87b775a33b7503c4 to your computer and use it in GitHub Desktop.
output from mpg.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read dumb data into heterogeneous container | |
manufacturer model hwy displ year cyl drv cty trans fl class | |
(str) (str) (int) (num) (int) (int) (str) (int) (str) (str) (str) | |
0 audi a4 29 1.8 1999 4 f 18 auto(l5) p compact | |
1 audi a4 29 1.8 1999 4 f 21 manual(m5) p compact | |
2 audi a4 31 2 2008 4 f 20 manual(m6) p compact | |
3 audi a4 30 2 2008 4 f 21 auto(av) p compact | |
4 audi a4 26 2.8 1999 6 f 16 auto(l5) p compact | |
5 audi a4 26 2.8 1999 6 f 18 manual(m5) p compact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment