问题标签 [anti-join]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
19 浏览

python - Anti Join in Pandas and deleting zeros from a column

enter image description here

I have two tables (df1 and df2) and I want to display all records of table 1 (having some click value) and are not in table 2 ( I have shown an output in excel form for reference).

Please help