Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rphrp1985
/
text-speech-female-2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
828f33f
text-speech-female-2
/
temp.py
rphrp1985
Duplicate from rphrp1985/text-speech-male-1
828f33f
over 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
pandas
as
pd
pd = pd.DataFrame({
'address'
:[],
'car_num'
: [],
'lat'
: [],
'long'
: [],
'time'
: [],
'date'
: []})
pd.to_csv(
'data.csv'
, index=
False
)