1 follower
Corporate trainer
I am happy to share that I have built my personal website and is currently hosted on render<dot>com. Please visit and comment on...
Automate the boring stuff · There are a few things that we always do when we look at a dataset. We want to know how many records do we have what are the...
Thinking in objects · "Everything in Python is an object" is a good way of getting to know the language. If you would upgrade your Python programming...
Beginning Python's Pandas · Pandas is an excellent choice for beginning your data science journey. In a previous post we have seen how to open and read...
count, repeat and cycle · In Python one can do the same thing in a number of ways. There are times when you don't want to use the good old for loop. Use...
Baby steps to Data Science · In this post we will read data from a CSV file in two ways: Python's CSV reader Pandas CSV reader Reading a CSV file is...