You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a suggestion, that Grouping.to_dictionary() without key and value selectors must behave as to_dictionary(key_selector=lambda x: x.key, value_selector=lambda x: x.to_list())
Just make dict with key->list_of_values structure.
Same for to_lookup()
The text was updated successfully, but these errors were encountered:
Just a suggestion, that Grouping.to_dictionary() without key and value selectors must behave as to_dictionary(key_selector=lambda x: x.key, value_selector=lambda x: x.to_list())
Just make dict with key->list_of_values structure.
Same for to_lookup()
The text was updated successfully, but these errors were encountered: