Blog

Tensorflow available GPU and it’s details

2 minute read

In this post we will see how to find all the available CPU and GPU devices on the host machine and get the device details and other info like it’s Memory usa...

Pandas compare columns in two data frames

2 minute read

We have two dataframes and a common column that we want to compare and find out the matching, missing values and sometimes the difference between the values ...