/american-hospital-statistics

This is a simple Python script to create a CSV file with hospital statistics by state.

Primary LanguagePythonMIT LicenseMIT

This is a simple Python script to retrieve information from American Hospital Directory, dump the data into a pandas.DataFrame object and export it to a CSV file.

This script works on both Python 2.7 and 3.7 and uses the following modules:

  • requests
  • pandas

To install the above modules with pip, run this:

pip install requests 
pip install pandas

To run the script:

python3 get_statistics.py