Skip to content

strptime() argument 1 must be str, not Timestamp#36

Open
lssdhr wants to merge 2 commits intozrnsm:masterfrom
lssdhr:master
Open

strptime() argument 1 must be str, not Timestamp#36
lssdhr wants to merge 2 commits intozrnsm:masterfrom
lssdhr:master

Conversation

@lssdhr
Copy link

@lssdhr lssdhr commented Jun 16, 2020

When the granularity is less than a minute, there is "TypeError: strptime() argument 1 must be str, not Timestamp" on line 152 in detect_ts.py. after converting the timestamp to string format, there is another "TypeError: cannot use a string pattern on a bytes-like object" on line 22 in date_util.py. Above issues have been fixed in this pull request. Please check and merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant