Gaillardet diagram can not be run. How to fix the issue.
NameError Traceback (most recent call last)
Cell In[2], line 4
1 # Import WQChartPy
2 from wqchartpy import gaillardet
----> 4 gaillardet.plot(df, unit='mg/L', figname='Gaillardet diagram', figformat='jpg')
NameError: name 'df' is not defined
Gaillardet diagram can not be run. How to fix the issue.
NameError Traceback (most recent call last)
Cell In[2], line 4
1 # Import WQChartPy
2 from wqchartpy import gaillardet
----> 4 gaillardet.plot(df, unit='mg/L', figname='Gaillardet diagram', figformat='jpg')
NameError: name 'df' is not defined