Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi Team, Wondering If There Is A Better Way To Do Table Reporting? Currently Am Using The Report_Table() Function But The Display Doesn'T Support Custom Column Width, New Line, Etc. Thanks.
Hi @<1523701087100473344:profile|SuccessfulKoala55> , yeah here's the relevant code:
df = pd.DataFrame.from_dict(results)
logger = task.get_logger()
logger.report_table(
table_plot = df,
series = f"URL: {args['URL']}, Dataset: {args['Dataset']}",
title =  "Full Response"
)
290 Views
				0
Answers
				
					 
	2 years ago
				
					
						 
	2 years ago