什么是 data-engineering-storage-formats?
现代数据序列化格式:Parquet、Apache Arrow (Feather/IPC)、Lance (ML-native)、Zarr (分块数组)、Avro 和 ORC。涵盖压缩、分区和格式选择。 来源:legout/data-platform-agent-skills。
现代数据序列化格式:Parquet、Apache Arrow (Feather/IPC)、Lance (ML-native)、Zarr (分块数组)、Avro 和 ORC。涵盖压缩、分区和格式选择。
通过命令行快速安装 data-engineering-storage-formats AI 技能到你的开发环境
来源:legout/data-platform-agent-skills。
Comprehensive guide to modern data serialization formats for analytics and machine learning: Parquet, Apache Arrow, Lance, Zarr, Avro, and ORC. Learn compression tradeoffs, partitioning strategies, and when to use each format.
| Format | Type | Best For | Compression | Schema Evolution | Random Access |
| Parquet | Columnar | Analytics, data lakes | ✅ (Snappy, Zstd, LZ4) | ✅ (add/drop) | ✅ (row groups) | | Arrow/Feather | Columnar | In-memory, IPC, ML | ✅ (LZ4, Zstd) | Limited | ✅ (record batches) | | Lance | Columnar | ML pipelines, vectors | ✅ (Zstd, LZ4) | ✅ | ✅ (multi-modal) |
现代数据序列化格式:Parquet、Apache Arrow (Feather/IPC)、Lance (ML-native)、Zarr (分块数组)、Avro 和 ORC。涵盖压缩、分区和格式选择。 来源:legout/data-platform-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/legout/data-platform-agent-skills --skill data-engineering-storage-formats现代数据序列化格式:Parquet、Apache Arrow (Feather/IPC)、Lance (ML-native)、Zarr (分块数组)、Avro 和 ORC。涵盖压缩、分区和格式选择。 来源:legout/data-platform-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/legout/data-platform-agent-skills --skill data-engineering-storage-formats 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/legout/data-platform-agent-skills