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
Expected behavior
Read and write a file without errors
Screenshots
pyntcloud\io\ply.py:260: FutureWarning: Series.getitem treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use ser.iloc[pos]
Desktop (please complete the following information):
OS: Windows 10 / python 3.10 / pandas 2.1.0
Version: master branch commit
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to write a ply file, I get a deprecation warning on pandas 2.1.0 (python 3.10).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Read and write a file without errors
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: