Patch-1: Correção da chamada da função replace na função overdisp#1
Open
renartius wants to merge 3 commits into
Open
Patch-1: Correção da chamada da função replace na função overdisp#1renartius wants to merge 3 commits into
renartius wants to merge 3 commits into
Conversation
arcanjoaq
approved these changes
Sep 22, 2024
arcanjoaq
reviewed
Sep 22, 2024
| """ | ||
| Teste para validar alteração | ||
| """ | ||
| import pytest |
There was a problem hiding this comment.
Could you please, import pytest outside this function?
| Teste para validar alteração | ||
| """ | ||
| import pytest | ||
| import pandas as pd |
There was a problem hiding this comment.
Could you please, import pandas outside this function?
Author
|
changes requested done |
arcanjoaq
approved these changes
Sep 22, 2024
|
@helderprado Could you please review this PR? |
2 similar comments
|
@helderprado Could you please review this PR? |
|
@helderprado Could you please review this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ao utilizar a versão 2.1.3 do pandas, ocorre erros de execução (linhas 126 e 128):
re.error: unterminated character set at position 0
E erros de comportamento inesperado (linha 127), onde ao usar replace "." com regex=True toda cadeia de caracteres é substituída por "_".
Gostaria que avaliassem a alteração e caso seja benéfica, aceitem este PR.
Muito obrigado.