Create Table Import node in Houdini, have it load your CSV file, then copy & paste the code below into a Houdini Python node.
Make sure you change the path in line 9 to point to your Table Import node
Works best if your CSV is encoded in UTF-8 and not UTF-8-BOM (I used Notepad++ to change the encoding for mine).