Skip to content

Instantly share code, notes, and snippets.

@tkhan3
Created June 12, 2014 13:52
| inputfile | sex: bytearray | country: bytearray | cont: bytearray |
-------------------------------------------------------------------------
| | MALE | PAKISTAN | africa |
| | MALE | 0 | africa |
| | MALE | INDIA | ASIA |
-------------------------------------------------------------------------
-------------------------------------------------------------------------
| inputfile | sex: chararray | country: chararray | cont: chararray |
-------------------------------------------------------------------------
| | MALE | PAKISTAN | africa |
| | MALE | 0 | africa |
| | MALE | INDIA | ASIA |
-------------------------------------------------------------------------
--------------------------------------------------------------------
| relC | sex: chararray | country: chararray | cont: chararray |
--------------------------------------------------------------------
| | MALE | PAKISTAN | africa |
| | MALE | 0 | africa |
--------------------------------------------------------------------
--------------------------------------------------------------------
| relD | sex: chararray | country: chararray | cont: chararray |
--------------------------------------------------------------------
| | MALE | PAKISTAN | africa |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment