Skip to content

Commit

Permalink
test if cell is empty and contains annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Oct 28, 2023
1 parent 9d14404 commit de386d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified pandas/tests/io/data/excel/test_cell_annotation.ods
Binary file not shown.
2 changes: 1 addition & 1 deletion pandas/tests/io/excel/test_odf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_read_unempty_cells():

def test_read_cell_annotation():
expected = pd.DataFrame(
["test"],
["test", np.nan, "test 3"],
columns=["Column 1"],
)

Expand Down

0 comments on commit de386d1

Please sign in to comment.