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

core/stats: less duplication in output, report stats of first item, report input stats #324

Merged
merged 3 commits into from
Oct 21, 2023

Conversation

karlicoss
Copy link
Owner

No description provided.

previously:
```
{'iter_data': {'iter_data': {'count': 9, 'last': datetime.datetime(2020, 1, 3, 1, 1, 1)}}}
```

after
```
{'iter_data': {'count': 9, 'last': datetime.datetime(2020, 1, 3, 1, 1, 1)}}
```
quite useful for quickly determining time span of a data source
…name

can be useful for quick investigation/testing setup
@karlicoss karlicoss merged commit 86ea605 into master Oct 21, 2023
16 of 20 checks passed
@karlicoss karlicoss deleted the updates branch October 21, 2023 23:47
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.

2 participants