Home > Software design >  Changing date format in Python from YYYY:Q1 to YYYY/MM
Changing date format in Python from YYYY:Q1 to YYYY/MM

Time:01-03

i have a dataset that uses the format '1998:q1' however this does not recognise as a temporal variable in vega lite. Is there a way to convert this in to the format 1998/01 and repeat this for the whole dataset?

Sample output

  • Related