Pass entire row to a function in numpy vectorize in Python?

前端 未结 0 1194
野的像风
野的像风 2021-01-29 05:55

I have not used used numpy vectorization before. Here is a small example I am working.

import numpy as np
import pandas as pd

def my_func(x, y):
    return x+y

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题