Atualizar models/drop_nulls/index.yaml

This commit is contained in:
aignosi 2025-12-04 13:56:07 +00:00
parent 7312e579f3
commit 708be7460f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ name: drop_nulls
file: drop_nulls.py file: drop_nulls.py
class: DropNulls class: DropNulls
requirements: requirements:
- pandas==1.0.0 - pandas
version: 0.0.1 version: 0.0.1
type: data_model type: data_model