问题标签 [aws-data-wrangler]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
31 浏览

python-3.x - 如何从 AWS Wrangler 中的 S3 读取 excel 表的表名称?

我有一张放在 S3 中的 excel 表,我想读取 excel 表的表名。我已经使用 aws wrangler.s3.read_excel(path) 阅读了带有 aws wrangler 的 excel 工作表 如何使用 Python 使用 AWS Wrangler 阅读工作表名称?