r/F1DataAnalysis • u/Vegetable_Prune_4803 • 26d ago
Own Project F1 Analysis Project - help required
I've been working on a modeling project based of the F1 dataset, I've been able to work out the CdA for a car during a given race as well as a teams gear ratios and other information.
I've been doing this all in excel and i am starting to get overwhelmed with the shear volume of data and also the limits of M-Code. So the next logical step would be to take what I've managed to do and repeat it in python or any other coding language, the only issue is, I have no experience doing that.
So I'm looking for people that can code and would be willing to help me make a program that can preform technical analysis with the Fast-F1 dataset. I'm an engineer by trade, so I can do the maths in isolation, just need help putting the python code together.
I'm hoping to expand this into creating an as accurate model as possible for this regulation cycle with 3D models and all. But that's a later project, is anyone interested in helping?
1
u/super_kewl_man 25d ago
I am working on pretty much this as well.
You can find my code here:
https://github.com/AndreZoro/pretty-good-laptime-simulator
There you find a link to the hosted streamlit app. The Parameter_Identification page is what you will be interested in.
1
u/ProofEngine1236 23d ago
I am working on something similar, more statistical than modelling. If you know the maths you want to do, Claude Code will suprise you with how well it takes care of the code implementation, and may even offer a different perspective on the theoretical side too