What does method='linear' do in the following code? upsampled.interpolate(method="linear') Interpolate all the data valu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
What does method='linear' do in the following code? upsampled.interpolate(method="linear') Interpolate all the data valu
What does method='linear' do in the following code? upsampled.interpolate(method="linear') Interpolate all the data values using linear method Upsamples all the data using linear method Fills any NaN value using linear interpolation None of the above