matplotlib.category - INFO - Using categorical units to plot a list of strings that are all parsable as floats or dates. If these strings should be plotted as numbers, cast to the appropriate data type before plotting.
I suppose this might stem from extract_climatedata_functions.py, line 385 (plt.plot(df['Month'],...).
This warning overflows the climsight.log file as it appears around 24 times per each run.
matplotlib.category - INFO - Using categorical units to plot a list of strings that are all parsable as floats or dates. If these strings should be plotted as numbers, cast to the appropriate data type before plotting.I suppose this might stem from
extract_climatedata_functions.py, line 385 (plt.plot(df['Month'],...).This warning overflows the climsight.log file as it appears around 24 times per each run.