Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add GH774 comment
  • Loading branch information
andrewpmk committed Oct 21, 2023
commit 4e80da252f560f1d6745b398d102aa5fab05942f
1 change: 1 addition & 0 deletions tests/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ def gethead(s: pd.Series, y: int) -> pd.Series:


def test_types_map() -> None:
# GH774
df = pd.DataFrame(data={"col1": [2, 1], "col2": [3, 4]})
df.map(lambda x: x**2)
df.map(np.exp)
Expand Down