fix/data-platform-filter-index #207

Merged
lmiranda merged 2 commits from fix/data-platform-filter-index into development 2026-01-26 22:27:19 +00:00
Owner
No description provided.
lmiranda added 2 commits 2026-01-26 22:27:15 +00:00
Reviewed-on: #202
The filter tool was adding an __index_level_0__ column to results
because pandas query() preserves the original index, which gets
converted to a column when storing the DataFrame.

Added .reset_index(drop=True) after query() to drop the preserved
index and create a clean sequential index.

Fixes #203

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 1b029d97b8 into development 2026-01-26 22:27:19 +00:00
lmiranda deleted branch fix/data-platform-filter-index 2026-01-26 22:27:20 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#207