Skip to content

Commit ce0e063

Browse files
committed
refuso su read_csv
1 parent 049aa9c commit ce0e063

File tree

2 files changed

+1
-268
lines changed

2 files changed

+1
-268
lines changed

game11/README,md

Lines changed: 0 additions & 267 deletions
This file was deleted.

game11/harry_potter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# ===== CARICAMENTO DATI ESTERNI =====
4242
# Legge il file CSV contenente tutti gli incantesimi disponibili
4343
# Il CSV deve avere colonne: character, spell, damage, precision
44-
incantesimi_df = pl.read_csv(r"spells.csv")
44+
incantesimi_df = pl.read_csv("spells.csv")
4545

4646

4747
# ========================================================================

0 commit comments

Comments
 (0)