You are currently looking at version 1.5 of this notebook. To download notebooks and datafiles, as well as get help on Jupyter notebooks in the Coursera platform, visit the Jupyter Notebook FAQ course resource. Assignment 3 - More Pandas This... Continue Reading →
Week 2 Assignment 2 - Pandas Introduction All questions are weighted the same in this assignment. Part 1 The following code loads the olympics dataset (olympics.csv), which was derrived from the Wikipedia entry on All Time Olympic Games Medals, and... Continue Reading →
Output from this code #!/home/zlatka/anaconda3/envs/bin/python # -*- coding: utf-8 -*- import warnings warnings.simplefilter(action = "ignore", category = FutureWarning) warnings.simplefilter(action = "ignore", category = UserWarning) import pandas as pd import numpy as np import seaborn import sys import matplotlib.pyplot as plt... Continue Reading →
Summary: Graphs make data interpretation visual. Most of the responses in all my variables fall in the middle section which got the highest bars and the "refused to answer" responses are easily comparable to the rest. Code for this output ... Continue Reading →
Summary: I am working with Outlook of Life dataset. Looking at womans positions like leadership, welfare vision, discrimination so for now I will include many relevant variables in my personal codebook Data Management: I re-coded the variables in Category 1 to... Continue Reading →
Summary: I am working with Outlook of Life dataset. Looking at womans positions like leadership, welfare vision, discrimination so for now I will include many relevant variables in my personal codebook. Data Management: I re-coded the variables in Category 1 to... Continue Reading →
#!/opt/local/bin/python # -*- coding: utf-8 -*- import pandas as pd import numpy # any additional libraries would be imported here data = pd.read_csv( 'ool_pds.csv',sep=',',error_bad_lines=False) # print "****", (len(data)) # # number of observations (rows) # print "----",(len(data.columns)) # number of... Continue Reading →
OUTPUT Using OutlookOnLife dataset I look at 4 categories: Category 1: Require that an equal number of the top leadership positions in government go to women 2294 number of observations (number of people) number of people voted as 0 -... Continue Reading →
Outlook of Life – woman’s leadership background and prospects – getting the research project started
This is the excerpt for your very first post.