Update data_desc_graph.py

This commit is contained in:
Sang Putu Sandhyana Yogi
2024-07-19 18:46:21 +07:00
committed by GitHub
parent 2e5be159c4
commit e7df3e1b8e

View File

@@ -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[ ]: