Closed markroepke closed 5 years ago
I think I've addressed all these in the 3 commits above. Can you review and close this issue if you're happy with the changes?
These look good to me. Adjustments to 2 and 3 look great. The only remaining concern is related to 1. I see you added some Applied Review, but nothing related to the DataFrame/Series relationship -- this could be key since a column is effectively a Series and this section is about manipulating columns.
My comment above was unclear and misleading. When I mentioned that there were examples of this in the Subsetting & Filtering section, I should've specified that the example was NOT in the Applied Review.
Here is what I'm talking about:
Including a bullet in Applied Review on this material (which is prior to Manipulating Columns) is my primary concern. Sorry for not being clear with 1.
I think I understand what you mean. Check the most recent commit and see if it's what you were thinking.
Perfect. Thanks.
Looks good, @eswan18. I only have three comments:
DataFrame.map({})
forCASE WHEN
-like behavior? Or at least provide an example? This is a common task and it could be beneficial to include an example.