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

[BugFix] Yield Curve Chart: Fix Syntax Where Pandas Drops Column Name After reset_index() #6591

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • A targeted column was having its name dropped by reset_index() and was causing the chart to not draw.
  2. What?:

    • Applied the column name change after the reset_index() operation.
  3. Impact:

    • Chart should draw properly now.
  4. Testing Done:

    • Chart draws normally.

@deeleeramone deeleeramone added bug Fix bug platform OpenBB Platform v4 PRs for v4 labels Jul 17, 2024
@deeleeramone deeleeramone marked this pull request as ready for review July 17, 2024 18:38
@IgorWounds IgorWounds added this pull request to the merge queue Jul 18, 2024
Merged via the queue into develop with commit 422d050 Jul 18, 2024
13 checks passed
@IgorWounds IgorWounds deleted the bugfix/yield-curve-chart branch July 18, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants