CarScanner data graphs

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.
Country flag
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?
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.
Sponsored

 

YeOldeTraveller

Well-Known Member
First Name
Clark
Joined
Jul 12, 2024
Threads
6
Messages
330
Reaction score
379
Location
Ann Arbor, MI, USA
Vehicles
2024 MME Rally
Country flag
I have been unable to reproduce the error with a test script on my system, but it is a work computer, and I have gone as far with that as I can justify.

A few more things to try:
python .\FormatCSV.py

python "FormatCSV.py"

python ".\FormatCSV.py"


Another possible solution would be Windows Subsystem for Linux, which is a virtual environment on the Windows machine running Linux with integrations to the Host system.
 
OP
OP
RickMachE

RickMachE

Well-Known Member
Joined
Jul 1, 2021
Threads
267
Messages
17,928
Reaction score
27,924
Location
SE MI
Vehicles
2022 Mach-E Premium 4X, 2022 Lightning Lariat ER
Country flag
Same error on all of those.

I give up. Not that big a deal.

Thanks for your help.
Sponsored

 
 







Top