How To Interpolate Data In Python

preview_player
Показать описание
Check out my course on UDEMY: learn the skills you need for coding in STEM:

In this video I show how to interpolate data using the the scipy library of python.

Link to code:

Discord:

How to take integrals in python:

How to solve differential equations in python:

Solving the rocket equation in python:
Рекомендации по теме
Комментарии
Автор

I just discovered this channel and I am so grateful. I love the straightforward one-take videos. This is what school should be like

gerrievanstaden
Автор

Just subscribed, this was very helpful! I'm currently doing FLASH Proton therapy research and I'm writing a code that calculates dose and dose rates. I needed to find a way to interpolate the stopping power with respect to energy data with other energy dependent data and this video was very helpful! It's also nice hearing others doing medical physics out there. :)

zephkaffey
Автор

Solid explanation of this concept. I wish my lecturers were this clear with some more advanced concepts around multivariate calculus.

hutsons-hacks
Автор

Straight from Discord fam 😌 love your content bro

HardwareHari
Автор

Just what I was looking for! And well explained.

Raggaliamous
Автор

Timestamps

00:00 Introduction
00:44 Interpolation
06:48 Usefulness

viniciuscerqueirasilva
Автор

You totally solved my problem with this - thank you!

thelexmeister
Автор

Valuable content.
Thank you very much

hsh
Автор

very good tutorial, easy to understand. thankss!

dacpuspadewi
Автор

Apologies for the question I asked a few minutes ago, I was missing "_" somewhere before spline in my code. It has worked. Thank you again.

frednalyanya
Автор

Yo man, thank you for all the videos you put out.

bowng
Автор

Great application of theory in practice

tednye
Автор

Nice vídeo, helpped me a lot, Very clear explanation, suscribbed.

santiagozamora
Автор

Great video, you have a new subscriber now. I have x and y computer mouse coordinates and I need to check if the trajectory cross itself. I was thinking to interpolate the data points but then you have any idea how to check if the trajectory cross? Thank you very much!

gustavojuantorena
Автор

Thank you for your explanations Mr P Solver, they are very helpful. Today, though I encountered: AttributeError: 'interp1d' object has no attribute 'spline' and I have tried to get around it in various ways but not successful....

frednalyanya
Автор

have you done a video on how to get data on a ray from the center of a circle to its max radius using specific angles?

OcularAlbinism
Автор

Hey Man, you are a great teacher...i'm learning a lot from your videos....can you please make a proper series on machine learning from basic to intermediate with examples..!!

mehulvora
Автор

great videos.
Can you explain / show numpy implementation of svd/qr/householder?

alonalon
Автор

thank you very much for the video, however, the data type of s_f is 'numpy.ndarray' and I can not use it as integer. Can you please tell me how you solve this problem? Thank you in advance

sparkplug
Автор

What if you need to plug in y data and find the corresponding x value in the interpolation function?

nabeelakhan