This website works better with JavaScript
Home
Explore
Help
Sign In
jh
/
taiqiuxuanzhi_spider
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8c483cefc6
Branches
Tags
master
taiqiuxuanzh...
/
test.py
test.py
103 B
History
Raw
1
2
3
4
5
6
import pandas as pd
a = {'1':str(12222222222222)+'\t'}
da = pd.DataFrame([a])
da.to_csv('1.csv')