Print_Summary Output Error #1462
-
| Whenever I try to use print_summary from any of the lifelines statistical outputs, I receive this error with no statistical information and an empty dataframe. I am using the program in a Jupyter notebook in DataSpell, is there a way for me to resolve this? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            CamDavidsonPilon
          
      
      
        Sep 23, 2022 
      
    
    Replies: 1 comment 2 replies
-
| Hm, you can try:  | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        bi-glitch
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hm, you can try:
results.print_summary(style="ascii")and let me know if that works?