Skip to content

Conversation

@jss367
Copy link
Owner

@jss367 jss367 commented Nov 23, 2025

Summary

  • avoid relying on len() for generic iterables to prevent errors on unsized inputs
  • limit iteration to a small preview and reuse it for both example and structured views
  • append appropriate summary entries for sized and unsized iterables without exhausting them

Testing

  • pytest (fails: ModuleNotFoundError: No module named 'pandas')

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants