SNOW-1552772: FutureWarning from Pandas about indexing in mock._pandas_util
#1967
Labels
local testing
Local Testing issues/PRs
status-triage_done
Initial triage done, will be further handled by the driver team
What version of Python are you using?
What are the Snowpark Python and pandas versions in the environment?
What did you do?
Created a local testing session and tried to create some Snowpark dataframes from Pandas ones.
What did you expect to see?
No warnings.
Instead Pandas threw the following warnings:
Additional Notes
This is possibly not a real bug and could've been muted with a
warnings.simplefilter
(like here).But it is a
FutureWarning
from Pandas so it will probably come back later to bite us and it seems easy to fix.The text was updated successfully, but these errors were encountered: