Pandas

Reading cvs file into a pandas data frame when there is no header row 108 Using HDFStore 109 generate sample DF with various dtypes 109 make a bigger DF (10 * 100.000 = 1.000.000 rows) 109 create (or open existing) HDFStore file 110 save our data frame into h5 (HDFStore) file, indexing [int32, int64, string] columns: 110 ................
................