pd.pivot_table(df, index='Company',
              columns='Department',
              values='Employees')