すべての W&B Artifacts と同様に、Tables は pandas のデータフレームに変換できるため、データを簡単にエクスポートできます。Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
table を artifact に変換する
table を Artifacts に変換する必要があります。これを行う最も簡単な方法は、artifact.get(table, "table_name") を使うことです。
artifact をデータフレームに変換する
データのエクスポート
データフレーム がサポートしている任意のエクスポート方法を使用してエクスポートできます。
次のステップ
artifactsについては、リファレンスドキュメントを参照してください。- Tables Walkthrough ガイドをご覧ください。
- データフレーム のリファレンスドキュメントを参照してください。