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

eliminate FutureWarning about Pandas #359

Merged
merged 2 commits into from Dec 5, 2023
Merged

eliminate FutureWarning about Pandas #359

merged 2 commits into from Dec 5, 2023

Conversation

StevenAZy
Copy link
Contributor

What does this implement/fix? Explain your changes

In Pandas 1.2.0 and later, The default value of regex for Series.str.replace() will change from True to False. So we need use regular expressions explicitly now, otherwise a warningFutureWarning: The default value of regex will change from True to False in a future version will occur.

@a-r-j
Copy link
Owner

a-r-j commented Dec 5, 2023

Hi @StevenAZy, thanks for the contribution. Will merge this ASAP once tests pass. Appreciate it!

Copy link

sonarcloud bot commented Dec 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@a-r-j a-r-j merged commit 6f993e5 into a-r-j:master Dec 5, 2023
6 of 17 checks passed
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.

None yet

2 participants