mirror of
https://github.com/youronlydimwit/Data_ScienceUse_Cases.git
synced 2025-12-21 17:51:37 +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):
|
def data_desc_graph(df):
|
||||||
try:
|
try:
|
||||||
# Check if necessary libraries are already imported
|
# Check if necessary libraries are already imported
|
||||||
@@ -48,10 +42,3 @@ def data_desc_graph(df):
|
|||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
return "Dependencies Satisfied"
|
return "Dependencies Satisfied"
|
||||||
|
|
||||||
|
|
||||||
# In[ ]:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user