Plot Bee Swarm

# Create bee swarm plot with Seaborn's default settings
sns.swarmplot(x='column1', y='column2', data=df)
josh.ipynb