Skip to content

Commit

Permalink
Merge pull request dataquestio#90 from dataquestio/port/rstats2/john/gp
Browse files Browse the repository at this point in the history
adding rstat2 gp
  • Loading branch information
johnaoga authored Nov 20, 2019
2 parents 0700753 + a32d02f commit 37f8973
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Mission310Solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1942,11 +1942,7 @@
}
],
"source": [
"# Remove the rows with null values in 'CountryLive'\n",
"fcc_good = fcc_good[fcc_good['CountryLive'].notnull()]\n",
"\n",
"# Frequency table to check if we still have enough data\n",
"fcc_good['CountryLive'].value_counts().head()"
"=;"
]
},
{
Expand Down Expand Up @@ -6483,7 +6479,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 37f8973

Please sign in to comment.