-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Finished up pt 3 with Farnam:
-
some issues with "Applying a Function" in Step 3. certain Pandas versions seem to have issues with making a new column in this way:
df['above_poverty_line'] = df['poverty_level'].apply(assign_level). need to use.loc -
might be useful to add more reinforcement about the difference between attributes and methods, e.g., why
df.shapevs.df.info()
Metadata
Metadata
Assignees
Labels
No labels