Skip to content

Commit f33299b

Browse files
authored
Update pandas_io.py
1 parent 19856d7 commit f33299b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandera/io/pandas_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def serialize_schema(dataframe_schema):
174174
"add_missing_columns": dataframe_schema.add_missing_columns,
175175
"title": dataframe_schema.title,
176176
"description": dataframe_schema.description,
177+
"drop_invalid_rows":dataframe_schema.drop_invalid_rows,
177178
}
178179

179180

0 commit comments

Comments
 (0)