Skip to content

Commit

Permalink
Update pandas_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolytics authored Jul 16, 2024
1 parent 19856d7 commit f33299b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandera/io/pandas_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def serialize_schema(dataframe_schema):
"add_missing_columns": dataframe_schema.add_missing_columns,
"title": dataframe_schema.title,
"description": dataframe_schema.description,
"drop_invalid_rows":dataframe_schema.drop_invalid_rows,
}


Expand Down

0 comments on commit f33299b

Please sign in to comment.