Skip to content

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.

3 participants