Skip to content

Commit

Permalink
Add hospital parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-goyal committed Nov 3, 2019
1 parent 273f0d2 commit ccef251
Show file tree
Hide file tree
Showing 2 changed files with 4,789 additions and 2 deletions.
33 changes: 31 additions & 2 deletions Data.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"cells": [],
"metadata": {},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"pd.set_option('display.max_columns', None)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Loading

0 comments on commit ccef251

Please sign in to comment.