xxxxxxxxxx
import pandas as pd
import numpy as np
from IPython.display import display, HTML
CSS = """
.output {
flex-direction: row;
}
"""
HTML('<style>{}</style>'.format(CSS))
xxxxxxxxxx
from IPython.display import display
display(salaries.head())
display(teams.head())