-
- Downloads
"README.md" did not exist on "f08336cb1ccb575f82b65600a164bb080fbce9c1"
Make sure to initialize a NEW list of col_names at table initialization
This avoids funny artefacts on tab_old if you create a new table tab_new in the following way and try to add new columns there: tab_new = Table(tab_old.col_names, tab_new.col_types)
Loading
Please register or sign in to comment