when using decorator in a function have input parameters as dataframe, its printing entire dataframe in log file. This is a expected behavior as per the code but its increasing file size of log file due to entire dataframe printed out. can we add some code to not print/or partially print the parameter in case its dataframe?
when using decorator in a function have input parameters as dataframe, its printing entire dataframe in log file. This is a expected behavior as per the code but its increasing file size of log file due to entire dataframe printed out. can we add some code to not print/or partially print the parameter in case its dataframe?