- Joined
- Mar 26, 2022
- Messages
- 1
- Reaction score
- 0
I could not find the declarations of the single methods of DataFrame.interpolation()'s "method"-parameter, therefore:
How does pandas' DataFrame.interpolation() work in relation to the amount of rows it considers,
How does pandas' DataFrame.interpolation() work in relation to the amount of rows it considers,
- a) is it just the row before the NaNs and the row right after?
- b) Or is it the whole DataFrame (how does that work at 1 million rows?)
- c) other way (please explain).