rengaraj commited on
Commit
4f1d0b7
1 Parent(s): 05ff426

Update be.py

Browse files
Files changed (1) hide show
  1. be.py +1 -1
be.py CHANGED
@@ -280,7 +280,7 @@ def data_visualization(question):
280
  1. DO NOT create sample or example dataframe. Dataframe is available in df {df}.
281
  2. Check if columns that are supposed to be numeric are recognized as such. If not attempt to convert them.
282
 
283
- Use Package Pandas, numpy, Seaborn and Matplotlib ONLY.
284
  Provide SINGLE CODE BLOCK with a solution using Pandas and Matplotlib plots in a single figure to address the following query:
285
  {question}
286
 
 
280
  1. DO NOT create sample or example dataframe. Dataframe is available in df {df}.
281
  2. Check if columns that are supposed to be numeric are recognized as such. If not attempt to convert them.
282
 
283
+ Use Package Pandas and Matplotlib ONLY.
284
  Provide SINGLE CODE BLOCK with a solution using Pandas and Matplotlib plots in a single figure to address the following query:
285
  {question}
286