Skip to content

Commit

Permalink
fix pyarrow import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag-Varma committed Feb 18, 2025
1 parent 43e97c5 commit 0b47d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/frame/methods/test_convert_dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def test_convert_dtypes_from_arrow(self):

def test_convert_dtype_pyarrow_timezone_preserve(self):
# GH 60237
pytest.importorskip("pyarrow")
df = pd.DataFrame(
{
"timestamps": pd.Series(
Expand Down

0 comments on commit 0b47d24

Please sign in to comment.