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
Fixes mypy attribute issue in io/parquet by adding a hasattr check (pandas-dev#45570)
* Fixes mypy attribute issue in io/parquet by adding a hasattr check
* changed attr to name attribute inside raw
* combined the conditional checks on io.BufferedWriter in io/parquet
* changed attribute from raw.name to name and added hasattr check
* Skipped checks for graceful cleanup in windows
* Changed checks for path object in parquet, linted and sorted imports
* Removed sys dependency and changed pytest check for windows
* Changed the condition in io/parquet to hasattr from isinstance of io.FileIO
* Changed the pytest skip condition to decorator and added a message
* Changed pytest skipif to mark.xfail
0 commit comments