Hey everyone π
.
As data scientists, we are data hungry!! Good news is data is available everywhere on the internet, and Pandas has the feature to import all of that goodness easily into a DataFrame π
.
How? Check out the slides!!
.
π¨βπ»#Pandas
.
As data scientists, we are data hungry!! Good news is data is available everywhere on the internet, and Pandas has the feature to import all of that goodness easily into a DataFrame π
.
How? Check out the slides!!
.
π¨βπ»#Pandas
Howdy everyone ππ
.
How about continuing our discussion on how to use Pandas to get valuable insights from our data? Shall we? π
.
π¨βπ»#Pandas
.
How about continuing our discussion on how to use Pandas to get valuable insights from our data? Shall we? π
.
π¨βπ»#Pandas
Hi Data Science enthusiasts π
.
Today, we are gonna talk about broadcasting in NumPy π’
.
Broadcasting is a powerful, useful yet tricky feature in NumPy. If you know it well and use it intentionally, you can simplify a lot of code π
.
However, if itβs used by mistake it can create bugs and a lot of headaches π€
.
Thatβs because in NumPy, you can easily do operations between matrices even if they donβt have the same shape π
.
NumPy βbroadcastsβ the smaller matrix (if valid for the operation) and repeats the operation per element, row, column, etc π€
.
In todayβs code snippet, a scalar broadcasts into the same size of a matrix to be subtracted. Similarly, a row and column vector broadcasts into the right shape before getting subtracted!
.
Wanna know how? Check out the post!
.π¨βπ»#NumPy
.
Today, we are gonna talk about broadcasting in NumPy π’
.
Broadcasting is a powerful, useful yet tricky feature in NumPy. If you know it well and use it intentionally, you can simplify a lot of code π
.
However, if itβs used by mistake it can create bugs and a lot of headaches π€
.
Thatβs because in NumPy, you can easily do operations between matrices even if they donβt have the same shape π
.
NumPy βbroadcastsβ the smaller matrix (if valid for the operation) and repeats the operation per element, row, column, etc π€
.
In todayβs code snippet, a scalar broadcasts into the same size of a matrix to be subtracted. Similarly, a row and column vector broadcasts into the right shape before getting subtracted!
.
Wanna know how? Check out the post!
.π¨βπ»#NumPy