You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some research and apparently, it could be the issue with the parsedata module and regex, so I just went into the actual script and removed the part where it needed to parse any data in the first place; so if I already put it in the 'YYYY-MM-DD' format then this alteration would not affect the program whatsoever.
I did some research and apparently, it could be the issue with the parsedata module and regex, so I just went into the actual script and removed the part where it needed to parse any data in the first place; so if I already put it in the 'YYYY-MM-DD' format then this alteration would not affect the program whatsoever.
This "fix" doesn't work for me. Putting a string in 'YYYY-MM-DD' will still yield "error: bad escape \d at position 7" and throw the exception "Could not parse your date."
This is my code.
s=gn.search('energy digital transformation',helper=True,from_ =date1.strftime("%Y-%m-%d"), to_ =date2.strftime("%Y-%m-%d"))
The following result is obtained.
#Exception: Could not parse your date
Why can't it recognize the date?
The text was updated successfully, but these errors were encountered: