Skip to content

What does groupbyx create? #256

Closed Answered by hosseinmoein
mo-joshuacolclough asked this question in Q&A
Discussion options

You must be logged in to vote

All groupby's return a seperate brand new DataFrame. That should be evident from the documentation.
When you call get_column on a DataFrame (as opposed to a view) you get a reference to a vector of values.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mo-joshuacolclough
Comment options

Answer selected by mo-joshuacolclough
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants