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
ENH: Improved error message and raise new error for small-string NaN edge case in HDFStore.append (#60829)
* Add clearer error messages for datatype mismatch in HDFStore.append. Raise ValueError when nan_rep too large for pytable column. Add and modify applicable test code.
* Fix missed tests and correct mistake in error message.
* Remove excess comments. Reverse error type change to avoid api changes. Move nan_rep tests into separate function.
0 commit comments