Skip to content

Commit ce00e61

Browse files
author
luke
committed
fix an res error
1 parent 224ce2e commit ce00e61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,6 +2918,8 @@ def to_sql(
29182918
>>> pd.read_sql("SELECT * FROM integers", con=engine)
29192919
A
29202920
0 1.0
2921+
1 NaN
2922+
2 2.0
29212923
""" # noqa:E501
29222924
from pandas.io import sql
29232925

0 commit comments

Comments
 (0)