Posts

Showing posts from June, 2023

comparing two dataframes

  # Assuming you have two DataFrames df1 and df2 comparison_result = gdf.compare ( df_116 ) # Filter the differing rows differing_rows = comparison_result [ comparison_result.ne ( 0 ) . any ( axis= 1 )] # Print the differing rows print ( differing_rows )

Intent auditing

 Intent auditing - Identifying the intent behind creation of a rule/policy/process/ system and testing whether it is efficiently working toward the intent without taking extra load and without producing side effects