-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revmoving multiples rows with function was failing, when detected indice... #210
base: master
Are you sure you want to change the base?
Conversation
…ices to be removed are stored increasingly. reversing the list of index solved it
…. The fix at the _add colum should certainly happen better at the _sync level (but how to go from d.changed keeping only the column of interest???)
Sure! I'm not used to github and somehow it merged the two pull request.
|
All this makes sense. Changed made and pushed |
123.23e-3 was not passing as number
It seems really unnecessary to reverse the entire array for iterating. Why not just |
Hi David, Thanks for your email By now way I claim that to be the best solution. I was stucked there and happy coding On Mon, Jul 14, 2014 at 6:52 AM, David Somers [email protected]
Alexandre Masselot http://alexandre-masselot.blogspot.com/ |
Indeed, I submitted another pull request (#223) Alex :) |
super cool! On Wed, Jul 16, 2014 at 6:22 AM, David Somers [email protected]
Alexandre Masselot http://alexandre-masselot.blogspot.com/ |
Indices of lines to be removed are stored increasingly.
reversing the list of index solved it