-
Notifications
You must be signed in to change notification settings - Fork 7
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
@drop_missing() stopped working in 1.10.0 #78
Comments
Can you go to the package console by pressing |
TidierData v0.10.0 |
This in an old version of TidierData.jl prior to the implementation of To install the latest version, type in |
Ah, thank you for sharing that. I think this was a dependency versioning bug in Tidier that was preventing TidierData from getting updated. We have since fixed it. Can you try updating Tidier to see if that fixes it? Once you update Tidier, that should automatically update TidierData. |
I tried to update both but it's still the same output |
Can you remove the Tidier package altogether and then try to update TidierData? That should fix it. Appreciate the patience, and hope it works. I'll add a note to the README if this works. |
This all stems from a dependency versioning issue in an older version of Tidier that has since been fixed. |
I removed Tidier and tried to update TidierData, unfortunately nothing changed and still 0.10 |
Try I wonder if despite your removing Tidier, it is still somehow cached. If that doesn't work, I'll tag some other folks who may know more. |
I'm going to close this issue for now as it's a general package management issue. If you still need help, please feel free to reply to this. |
After moving from Julia ver. 1.8.5 to 1.10 drop_missing() function stopped working regardless of providing columns, producing LoadError: UndefVarError:
@drop_missing
not definedThe text was updated successfully, but these errors were encountered: