Questions tagged [drop]

468 questions
1
vote
1 answer

Spark scala how to remove the columns that are not in common between 2 dataframes

I have 2 dataframes, the first one has 53 columns and the second one has 132 column. I want to compare the 2 dataframes and remove all the columns that are not in common between the 2 dataframes and then display each dataframe containing only those…
Dan
  • 49
  • 5
1
vote
0 answers

Snort is not dropping the traffic or blocking the website

I used this snort rule to block a website but it is not blocking the website. I already made the mode inline but still it is not working. Can anyone help me in this regard?? It would be really helpful for me. BTW I installed snort in ubuntu OS in…
1
vote
1 answer

Drag and drop dataTransfer.getData is always getting empty string

I am trying do simple drag and drop functionality. I want set some data in on drag via dataTransfer.setData() and get it on drop via dataTransfer.getData() . I am always getting empty string (""). Please check the link for reproducing…
1
vote
1 answer

Drag and drop when dragging one picture another picture is dropping