Scenario:
Error reporting:
Reason:
JSON cannot serialize types such as np.int64 or np.float64, which can be solved by customizing the serializer or direct type conversion
Solution:
Explicitly convert date to int type
Scenario:
Error reporting:
Reason:
JSON cannot serialize types such as np.int64 or np.float64, which can be solved by customizing the serializer or direct type conversion
Solution:
Explicitly convert date to int type