Last active
September 5, 2020 19:00
-
-
Save ifknot/c8bfd48dcd273d197b0a453e4cbb85f5 to your computer and use it in GitHub Desktop.
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
heterogeneous container | |
id name salary start_date | |
0 1 Rick 623.3 2012-01-01 | |
1 2 Dan 515.2 2013-09-23 | |
2 3 Michelle 611 2014-11-15 | |
3 4 Ryan 729 2014-05-11 | |
4 5 Gary 843.25 2015-03-27 | |
Dan earns $515.2 | |
Rick Dan Michelle Ryan Gary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment