In the previous post, we have learned how to import data from several different formats into Python for analysis. One similarity among those data-loading functions is that they all generate…
NumPy is a very powerful library for numerical manipulations. However, to some extends, NumPy is fairly "low level" in that writing codes with it is not that "friendly" to data…
Now that we have known how a fair bit about NumPy array basics and operations, let us discuss another important operation - array concatenation. In short, concatenation means to join…
Previously, we have talked about creating and slicing NumPy arrays. Now, let us see what else we can do with them. In short, a lot! The library has a huge…
The first tool we will be learning in the data science stack in Python is NumPy arrays. NumPy is a Python package for numerical manipulations. It comes with powerful features…
This is a presentation that summarized my research until 2019. I majorly designed advanced data analytics models for critical applications like cyber security and fintech.
As we discussed in the last post, predictive analysis is a family of analysis that aims to learn useful knowledge from data collected historically. The learned knowledge is then applied…
Now that we have established the concept of tabular data, let discuss what we can do with them. The goal of data science is to discover useful knowledge from mountains…