AliRafiee
Well-Known Member
- First Name
- Ali
- Joined
- Jan 20, 2023
- Threads
- 103
- Messages
- 3,267
- Reaction score
- 4,191
- Location
- Seattle WA
- Vehicles
- 2022 Mach E GT - Grabber Blue
- Occupation
- Software Eng.
Don’t you have the py file? You can give it that and the command line that you’re calling it with. It will likely tell you the solution in a couple of minutes.I don't use AI. And if I did, how would it know the script issue with someone's code that it can't see?
I am using the CarScanner CSV script. https://github.com/babgvant/CarScannerCSV/blob/main/README.md
This script converts/cleans up Car Scanner CSV files. It is based on the work of Sam (phidauex) from the Mach-E Forums who was nice enough to share his parsing script with me.
Usage:
FormatCSV.py -i -o [-a -s ]
-a will return all columns in input CSV (the default is to remove columns that aren't relevant to looking at the charge curve) -s specify the sample rate that the data will be compressed to, the default is 30s
So I first start Python, and get the prompt, then, while in the subdirectory where the data file is (rawdata.csv), what do I do?
Sponsored