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
The split_pandas_frame function in _utils.py, called by awswrangler.timestream.write, calls np.array_split resulting in this warning:
/usr/local/lib/python3.11/dist-packages/numpy/core/fromnumeric.py:59: FutureWarning: 'DataFrame.swapaxes' is deprecated and will be removed in a future version. Please use 'DataFrame.transpose' instead.
Describe the bug
The
split_pandas_frame
function in_utils.py
, called byawswrangler.timestream.write
, callsnp.array_split
resulting in this warning:np.array_split should no longer be used with dataframes. Please see here: numpy/numpy#24889 (comment)
How to Reproduce
Expected behavior
No response
Your project
No response
Screenshots
No response
OS
Linux
Python version
3.11.7
AWS SDK for pandas version
3.7.1
Additional context
No response
The text was updated successfully, but these errors were encountered: