Pandas .loc v/s .iloc v/s .at v/s .iat v/s .ix

When I started working with pandas I oftenly used the square brackets [ ] for accessing rows and columns of a data frame. But as time passed, I had to get rid of this as things started to become more complicated and python suggested no longer use them but instead go for .loc, .iloc, .at, .iat, or .ix. […]

Covid India Live Tracker with Python, Flask!!!

Hello guys! Welcome to my 1st exciting tutorial. In this global epidemic I wanted to build COVID-19 India live tracker to help people stay updated on the situation. Sharing this useful tutorial with all to get a vision on how to make a small model on Python and connect it with Flask Framework to trigger […]