[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["Groups records based on a specified field, creating separate groups for each unique value in that field."],["Applies a given reducer function to each group of records, effectively reducing each group to a single result."],["Assigns the original reducer to process individual records within each group, excluding the grouping field itself."],["Organizes the grouped data within a dictionary-like structure, using 'group' as the default key to access the grouped records."]]],[]]