Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Chris_Tolbert DS01 Module 2 #38

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

hughjafro
Copy link

No description provided.

@hughjafro hughjafro changed the title Forgot to finish pull request on monday Chris_Tolbert DS01 Module 2 Nov 16, 2018
@kovacova
Copy link

Hi Chris,

thanks for making the submissions and good to see you making nice progress! I'd like to encourage you to work through some simple charts using your own datasets so you walk through the process of understanding how they work - you may find Seaborn library to be a good, easy start.

The error message you came across, AttributeError: 'DataFrame' object has no attribute 'value_count' in the last cell of your most recent submission (while working on concepts.value_count()) appears because this method only works for individual columns, not the whole DataFrame. You can alternatively try df.count() or select an individual column and run the .value_count() on it. You will find a good SO answer here.

Hope that helps and good luck with the Sprint challenge!

T.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants