Created
October 17, 2020 16:08
-
-
Save ifknot/1320f217a1ddf1b4e624487e3ea5048c to your computer and use it in GitHub Desktop.
read_csv, as_dates example
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) (date) (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