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

ENH: Fix deprecation warnings related to dtype and function usage #839

Closed
wants to merge 1 commit into from

Conversation

hainaweiben
Copy link
Collaborator

  • Replace find_executable with shutil.which to address deprecation.
  • Resolve FutureWarning by ensuring compatible dtype in Pandas operations.
  • Explicitly cast values to match column dtype where necessary.

What do these changes do?

Related issue number

Fixes #xxxx

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass

- Replace `find_executable` with `shutil.which` to address deprecation.
- Resolve `FutureWarning` by ensuring compatible dtype in Pandas operations.
- Explicitly cast values to match column dtype where necessary.
@XprobeBot XprobeBot added the enhancement New feature or request label Jan 9, 2025
@hainaweiben hainaweiben closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants