Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (50.2k points)

I'm reading through the Pandas documentation, and the term "broadcasting" is used extensively, but never really defined or explained.

What does it mean?

1 Answer

0 votes
by (108k points)

The broadcasting comes from numpy, simply put it describes the rules of the output that will result when you do operations within the n-dimensional arrays (could be panels, dataframes, series) or scalar values.

For more information, check out the following link:

https://docs.scipy.org/doc/numpy/user/basics.broadcasting.html

Related questions

0 votes
2 answers
asked Oct 10, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Oct 5, 2019 in Data Science by sourav (17.6k points)

Browse Categories

...