init
This commit is contained in:
parent
997d630c3e
commit
212b5fd3e5
4
ium-data.py
Normal file → Executable file
4
ium-data.py
Normal file → Executable file
@ -64,7 +64,9 @@ column_stat(d_test, 'Rating')
|
||||
print('')
|
||||
|
||||
# Rozkład ocen dla każdego oddziału
|
||||
try:
|
||||
disney.hist(column='Rating', by='Branch', legend=True)
|
||||
plt.suptitle('Rozkład ocen w całym zbiorze')
|
||||
plt.show()
|
||||
|
||||
except:
|
||||
print("Error drawing hist plot (Powinno działać w Pycharmie)")
|
Loading…
Reference in New Issue
Block a user