自然语言 CSV/TSV 转换器——有人感兴趣吗?
在厌倦了为简单的CSV任务编写pandas脚本后,我构建了这个工具。<p>上传一个文件,用简单的英语描述你想要的操作:
- “筛选销售额大于1000并按地区分组”
- “按渠道计算投资回报率并进行排名”
- “删除重复项并按日期排序”<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