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

ZeroDivisionError #2

Closed
zay3d opened this issue Jun 30, 2021 · 4 comments
Closed

ZeroDivisionError #2

zay3d opened this issue Jun 30, 2021 · 4 comments

Comments

@zay3d
Copy link

zay3d commented Jun 30, 2021

while executing print Ratios of Variations of Values in each column
my df had initially zeros and removed it, still it shows the same error below

Screen Shot 2021-07-01 at 12 57 08 AM

@ajayarunachalam
Copy link
Owner

Try replacing the zero value with integer type & see if it works. I will handle this exception in the next version of the release.

@ajayarunachalam
Copy link
Owner

@zay3d : Can you share a snippet of your data? I can check quickly.

@zay3d
Copy link
Author

zay3d commented Jul 2, 2021

*Workaround by adding +1 to denominator (V2/V1+1)

@ajayarunachalam
Copy link
Owner

Okay, thanks for informing & glad that the hack worked. I will update this with the next release.

@zay3d zay3d closed this as completed Jul 2, 2021
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

No branches or pull requests

2 participants