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

fix: Pandas error breaking the details examples and the det.py test #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renaner123
Copy link

Fix Examples Breaking Due to Changes in detalhes.py

This pull request addresses issues where examples using detalhes.py were breaking due to the way pandas' append method was used, and also corrects an error in the det.py test.

Changes Made:

  • Updated detalhes.py to resolve issues causing the examples to break.
  • Corrected an error in the det.py test.
  • Modified relevant examples to ensure compatibility with the updated detalhes.py file.

Context:

In pandas versions > 2.0, the append method behavior has been updated, leading to failures in tests relying on the previous behavior. This pull request addresses these failures by updating the append method usage in relevant files.

This screenshot illustrates the error encountered before the fix.
error_append_pandas

This screenshot showcases the implementation of the fix the concat form.
fix_append_pandas

@AramisRibeiro
Copy link

oi também encontrei alguns erros, já conseguiu localizar como resolver?

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