Skip to content

Conversation

@rabiyasalehjee
Copy link

No description provided.

@rabiyasalehjee
Copy link
Author

The current implementation uses get_values(), which is deprecated in pandas versions >= 0.25. This caused an error during execution.

Fix: Updated the code to replace get_values() with to_numpy() to maintain compatibility with modern pandas versions.
Tested on:
Python 3.8.0
Pandas 0.25.3
This change resolves the compatibility issue without affecting functionality.

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

Successfully merging this pull request may close these issues.

1 participant