diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..2fd5f4d Binary files /dev/null and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/assets/.DS_Store differ ...
5. Legal Apps must comply with all legal requirements in any location where you make them available (if you’re not sure, check with a lawyer). We know this stuff is complicated, but it is your responsibility to understand and make sure your app conforms with all local laws, not just t...
value_counts(sort=True, ascending=True) labels = {"1": "Physician", "2": "Pharamacist", "3": "Professional", "4": "Lawyer", "5": "Consumer"} reportings.index = reportings.index.map(lambda x: labels[str(x)]) reportings.plot(kind='barh', ax=ax4) ax4.set_title("...