Created
          March 16, 2020 18:53 
        
      - 
      
 - 
        
Save aniruddha27/fcf43d3ac6a1e9806601d99dd8c05720 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #display null values | |
| table = pd.pivot_table(df,index=['Sex','Survived','Pclass'],columns=['Embarked'],values=['Age'],aggfunc=np.mean) | |
| table | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment