Resolve "Datatype issues with Pandas and Km3db"
Treats all PROMISID
columns as str
when reading with Pandas, since those are hexadecimal values and otherwise 0053e3
will be parsed as 53000.0
and leading zeros are cut off.
Closes #19 (closed)
Edited by Tamas Gal