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

Allow dictionary fields in conjunction with lambda fields #26

Closed
wants to merge 2 commits into from

Conversation

U-238
Copy link
Contributor

@U-238 U-238 commented Nov 18, 2014

This allows dictionary terms to be used with lambda functions too. Example:

'terms': [
    ({'date-x': 'date'}, lambda d: d.toordinal()),
    {'Total': 'count'}
]

@atodorov
Copy link
Contributor

I have cherry-picked your second commit and added some tests. Closing.

@atodorov atodorov closed this Jul 28, 2016
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