mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-30 11:56:16 +00:00
ajout: creation de fichier out.csv main et ajout README
This commit is contained in:
@@ -99,7 +99,11 @@ def main() -> None:
|
||||
|
||||
filename = argv[1]
|
||||
cleaning: Cleaning = Cleaning(filename)
|
||||
_ = cleaning.drop_empty_appellation().fill_missing_scores().encode_appellation()
|
||||
cleaning.drop_empty_appellation() \
|
||||
.fill_missing_scores() \
|
||||
.encode_appellation() \
|
||||
.getVins() \
|
||||
.to_csv("clean.csv", index=False)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user