Skip to content

Commit

Permalink
Merge pull request microsoft#3 from bdolor/eda
Browse files Browse the repository at this point in the history
point to correct dataframe
  • Loading branch information
omri374 authored Mar 1, 2020
2 parents 4be293f + c5380e0 commit c4bc5cf
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions notebooks/PII EDA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"metadata": {},
"outputs": [],
"source": [
"series_to_wordcloud(df.FIRST_NAME)"
"series_to_wordcloud(pii_df.FIRST_NAME)"
]
},
{
Expand All @@ -111,7 +111,7 @@
"metadata": {},
"outputs": [],
"source": [
"series_to_wordcloud(df.LAST_NAME)"
"series_to_wordcloud(pii_df.LAST_NAME)"
]
},
{
Expand All @@ -120,7 +120,7 @@
"metadata": {},
"outputs": [],
"source": [
"series_to_wordcloud(df.COUNTRY)"
"series_to_wordcloud(pii_df.COUNTRY)"
]
},
{
Expand All @@ -129,7 +129,7 @@
"metadata": {},
"outputs": [],
"source": [
"series_to_wordcloud(df.ORGANIZATION)"
"series_to_wordcloud(pii_df.ORGANIZATION)"
]
},
{
Expand All @@ -138,7 +138,7 @@
"metadata": {},
"outputs": [],
"source": [
"series_to_wordcloud(df.CITY)"
"series_to_wordcloud(pii_df.CITY)"
]
},
{
Expand Down Expand Up @@ -267,8 +267,17 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
},
"pycharm": {
"stem_cell": {
"cell_type": "raw",
"source": [],
"metadata": {
"collapsed": false
}
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit c4bc5cf

Please sign in to comment.