sepal-contrib / clip-time-series

Create a clip time series for a list of points
MIT License
1 stars 2 forks source link

avoid the use of iterrows #62

Closed 12rambau closed 1 year ago

12rambau commented 2 years ago

iterrows create a serie for each line of the dataset. it's a very slow and computation consuming process. I need to investigate other alternatives:

https://stackoverflow.com/questions/24870953/does-pandas-iterrows-have-performance-issues