alteryx / alteryx/woodwork

Update Serializer/Deserializer classes for improved handling of write/read path setup

未关闭
#1,388 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
155
派生
24
PR 合并指标
30 天内没有已合并 PR

描述

Currently in the various Serializer/Deserializer classes, the path variables used for writing data and typing info files are created and modified in various methods throughout the class during the serialization/deserialization process flow.

This approach should be reviewed and, if possible, all of the path setup information should be moved into the `__init__` methods of the classes. This would make the code more readable and maintainable by having all the path logic contained in a single place rather than spread across multiple methods.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。