Skip to content

Assignment 3 Q-12 and Q-13 #8

Description

@minhdc

Thanks for your contribution but I suggest that:

In Q-13:

Top15['PopEst'] = Top15['PopEst'].apply(lambda x: "{:,}".format(x))

this will adding commas "," to thousands

in Q-12:

x = Top15.groupby(['Continent','bins']).size()
x.index.names = ['Continent', '% Renewable']

and this will satisfy the index naming requirement of Q-12

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions