|  | @@ -94,8 +94,8 @@ class Common_ETLMethod(BaseClient):
 | 
	
		
			
				|  |  |              df_report[toFloat] = df_report[toFloat].applymap(lambda x: np.nan if pd.isna(x) or x=='' else float(x))
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          df_report.fillna(np.nan,inplace=True)
 | 
	
		
			
				|  |  | -        print(df_report[columns].info())
 | 
	
		
			
				|  |  | -        df_report.to_excel("df.xlsx")
 | 
	
		
			
				|  |  | +        # print(df_report[columns].info())
 | 
	
		
			
				|  |  | +        # df_report.to_excel("df.xlsx")
 | 
	
		
			
				|  |  |          return df_report
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1984,8 +1984,8 @@ if __name__ == '__main__':
 | 
	
		
			
				|  |  |          'lwa_client_secret': 'cbf0514186db4df91e04a8905f0a91b605eae4201254ced879d8bb90df4b474d',
 | 
	
		
			
				|  |  |          'profile_id': "3006125408623189"
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -    ac_etl = SD_ETL(**AWS_CREDENTIALS)
 | 
	
		
			
				|  |  | -    print(ac_etl.reportV2_targets_matchedTarget_t3_ETL())
 | 
	
		
			
				|  |  | +    ac_etl = SB_ETL(**AWS_CREDENTIALS)
 | 
	
		
			
				|  |  | +    # print(ac_etl.reportV3_purchasedAsinRecord_ETL())
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      ###
 | 
	
		
			
				|  |  |  
 |