Compare the schemas of two dataframes
checkSchema(dfOld, dfNew)
Old dataframe
New dataframe
Returns a list with details on added columns, removed columns, comparison between column classes, and a logical whether the schema has remained the same from the old dataframe to the new one
Compares the schemas of two dataframes, providing information on added and removed columns in the new dataframe as compared to the old
Other Package core functions for batch/one-time analyses: AnalysisPipeline-class
,
generateReport
,
initialize,BaseAnalysisPipeline-method