Skip to content

Resolve "Datatype issues with Pandas and Km3db"

Tamas Gal requested to merge 19-datatype-issues-with-pandas-and-km3db into master

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

Merge request reports

Loading