自然语言 CSV/TSV 转换器——有人感兴趣吗?
1 分•作者: sifterai•9 个月前
在厌倦了为简单的 CSV 任务编写 pandas 脚本后,我构建了这个工具。<p>上传一个文件,用通俗易懂的英语描述你的需求:
- “筛选销售额大于 1000 的数据,并按地区分组”
- “按渠道计算 ROI 并进行排名”
- “删除重复项并按日期排序”<p>几秒钟内就能得到干净的 CSV/TSV 文件。<p>有没有其他人也发现自己经常进行重复的数据转换,这些转换太小,不值得编写完整的脚本,但手动操作又太繁琐?<p>访问地址:sifter-ai.com
查看原文
Built this after getting tired of writing pandas scripts for simple CSV tasks.<p>Upload a file, describe what you want in plain English:
- "Filter sales > 1000 and group by region"
- "Calculate ROI by channel and rank them"
- "Remove duplicates and sort by date"<p>Gets you a clean CSV/TSV back in seconds.<p>Anyone else find themselves doing repetitive data transformations that are too small for proper scripts but too tedious to do manually?<p>Live at: sifter-ai.com