chatorO / temp.py
ehristoforu's picture
Duplicate from rishi1985/gpt4f-4
9dd98ab
raw
history blame contribute delete
151 Bytes
import pandas as pd
pd = pd.DataFrame({'address':[], 'car_num': [], 'lat': [], 'long': [], 'time': [], 'date': []})
pd.to_csv('data.csv', index=False)