Closed avkoehl closed 3 years ago
df.groupby("Date").groups -> returns dictionary group -> group labels df.groupby("Date").indices -> returns dictionary group -> group indices
These may not be the same thing in our data if the _id isn't ordered exactly like indices!
Also double check the list_group_by function, make sure to return labels not indices!
list_group_by from quintessence.nlp works
somehow it looks like I actually did this right. Amazing
df.groupby("Date").groups -> returns dictionary group -> group labels df.groupby("Date").indices -> returns dictionary group -> group indices
These may not be the same thing in our data if the _id isn't ordered exactly like indices!
Also double check the list_group_by function, make sure to return labels not indices!