development #208

Merged
lmiranda merged 2 commits from development into main 2026-01-26 22:27:34 +00:00
Owner
No description provided.
lmiranda added 2 commits 2026-01-26 22:27:30 +00:00
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>
Reviewed-on: #207
lmiranda merged commit ec7141a5aa into main 2026-01-26 22:27:34 +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#208