You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! In acoss/util.py, line 101, if the work_id or track_id is all composed of integers, then Pandas will infer that the data type is numpy.int64, and there will be an error when joining int and string together. Maybe a datatype convertion is needed here.
The text was updated successfully, but these errors were encountered:
Hi! In acoss/util.py, line 101, if the work_id or track_id is all composed of integers, then Pandas will infer that the data type is numpy.int64, and there will be an error when joining int and string together. Maybe a datatype convertion is needed here.
The text was updated successfully, but these errors were encountered: