Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nab.py #167

Merged
merged 3 commits into from
Jun 20, 2024
Merged

Update nab.py #167

merged 3 commits into from
Jun 20, 2024

Conversation

IMRO832000
Copy link
Contributor

@IMRO832000 IMRO832000 commented Apr 18, 2024

image

explicit conversion in
explicit conversion on line 87 on all_dt variable lead to TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Timedelta'. This was encountered on google cola. This error is fixed by removing explicit type conversion operation , done using astype().

#line 87 gives TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Timedelta'.
@IMRO832000
Copy link
Contributor Author

Can you please check this?

@Emerald01 Emerald01 merged commit 085ef8a into salesforce:main Jun 20, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants