In my current project I want to read some experimental data from a text file into Python using the following code:
import numpy as np from matplotlib.dates i
The workaround of unutbu work perfectly fine. Meanwhile it seems that the issue has been addressed. Using bytespdate2num() instead of strpdate2num() works for me.
bytespdate2num()
strpdate2num()