mirror of
https://github.com/youronlydimwit/Data_ScienceUse_Cases.git
synced 2025-12-16 23:29:45 +01:00
Update data_desc_graph.py
This commit is contained in:
committed by
GitHub
parent
2e5be159c4
commit
e7df3e1b8e
@@ -1,9 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
|
||||
# In[1]:
|
||||
|
||||
|
||||
def data_desc_graph(df):
|
||||
try:
|
||||
# Check if necessary libraries are already imported
|
||||
@@ -48,10 +42,3 @@ def data_desc_graph(df):
|
||||
plt.show()
|
||||
|
||||
return "Dependencies Satisfied"
|
||||
|
||||
|
||||
# In[ ]:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user