推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
L4Liiyooooo
V2EX  ›  Python

请教一个思路或者方向

  •  
  •   L4Liiyooooo · Dec 30, 2020 · 2967 views
    This topic created in 1980 days ago, the information mentioned may be changed or developed.

    每天要处理前一天 excel 数据 我想用 python 自动化一些 自己 baidu 学习处理了一个表 使用 pandas 但是这个表没有思路了 需求就是表上的数据输出成 txt 这种格式的 求大家教教我

    5 replies    2020-12-31 07:33:07 +08:00
    tydl
        1
    tydl  
       Dec 30, 2020 via Android
    几个公式完活的事,非得整 python
    L4Liiyooooo
        2
    L4Liiyooooo  
    OP
       Dec 30, 2020
    @tydl 只知道 Python 其他不太了解。。。 你说的公式是指 VBA 吗?
    yzbythesea
        3
    yzbythesea  
       Dec 30, 2020 via iPhone
    nlargest
    bianz103
        4
    bianz103  
       Dec 31, 2020 via iPhone
    百度一下,pandas 导出为 csv 格式的 txt,我记得是有的。我还写了一个自己的半自动化工具 1bot,可以每天定时处理任务,搭配 python
    wanv1171
        5
    wanv1171  
       Dec 31, 2020
    df.sort_values
    pd.concat
    df.to_csv(sep='\t', index=False)
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3908 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 04:29 · PVG 12:29 · LAX 21:29 · JFK 00:29
    ♥ Do have faith in what you're doing.