Python Forum
Datasets - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Datasets (/thread-28394.html)



Datasets - lErn1324 - Jul-17-2020

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?


RE: Datasets - Larz60+ - Jul-17-2020

what is the format of the datasets?
fields, field names, fixed, variable, etc.