spotfire

Python: "object' does not match format '%Y-%W-%w'"

Python: "object' does not match format '%Y-%W-%w'" Question: I am working with Python in Spotfire and am trying to convert fiscal weeks to the date of the Monday of the input fiscal week. I have attempted to implement the solution provided here to no avail. My script is as follows: import datetime d= datetime.datetime.strptime(str(fw), "%Y-%W-%w") …

Total answers: 1