You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
We already have support for dynamic class creation, but it assumes that the types for all fields are known in advance: #1179
However, it would be nice to be able to dynamically create classes from data alone. We would have to "guess" the types by looking at the data itself (e.g. in the dict).
This would be useful, for example, for loading data from csv without having a schema beforehand. Reference: #1144
We already have support for dynamic class creation, but it assumes that the types for all fields are known in advance: #1179
However, it would be nice to be able to dynamically create classes from data alone. We would have to "guess" the types by looking at the data itself (e.g. in the dict).
This would be useful, for example, for loading data from csv without having a schema beforehand. Reference: #1144