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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update nab.py #167

wants to merge 1 commit into from

Conversation

IMRO832000
Copy link

@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
Author

Can you please check this?

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