Python Forum

Full Version: Datasets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have some datasets and I would like to compare them and check if, in one dataset has the components of the other, and I want to append that to another column in a dataset.


For example: I have 2 months (Apr-2020) and (May-2020), and I have some model numbers (02-07-S78943) and this is already there in Apr-2020 and I want to check if it is there in May-2020.



Can you please help me with this?
what is the format of the datasets?
fields, field names, fixed, variable, etc.