Skip to content

Commit

Permalink
Cleared Output, missing import, drop inplace, iloc
Browse files Browse the repository at this point in the history
This commit fixes a few minors in the L3_DataPreparation notebook
after coding through the first block of Lecture 3 in Introduction
to Remote Data Science pre-release.

This commit addresses Issue OpenMined#380 OpenMined#381 OpenMined#382
Moreover:
- duplicates in raw_data should be applied inplace
- plt.show() whenever a plot is generated to avoid
the repr of the Axis object
- the plot_extrapolated_country function had a missing import
of numpy as np
- x = list(range(53)) has been updated as per drop inplace
- iloc is used whenever accessing an entry in the DataFrame.
(Without iloc, the code doesn't work)
  • Loading branch information
leriomaggio committed Nov 17, 2021
1 parent c3c3fd4 commit ac8b077
Showing 1 changed file with 90 additions and 2,356 deletions.
Loading

0 comments on commit ac8b077

Please sign in to comment.