So basically I’m merging 2 very large dataframes on a column with an inner join using the .merge() method. I’ve seen people suggest to remove blank values from the column, however there are none, and blanks elsewhere are vital for the analysis of the data.
I can complete the merge by using the .head() method, however I don’t get across the full picture of the data doing so.
New contributor
JohnB is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1