Spaces:
Sleeping
Sleeping
Update chart_generation.py
Browse files- chart_generation.py +2 -0
chart_generation.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
from excel_chat import get_columns
|
| 2 |
import matplotlib.pyplot as plt
|
|
|
|
|
|
|
| 3 |
|
| 4 |
def create_bar_plot(file, x_values):
|
| 5 |
df = pd.read_excel(file)
|
|
|
|
| 1 |
from excel_chat import get_columns
|
| 2 |
import matplotlib.pyplot as plt
|
| 3 |
+
import pandas as pd
|
| 4 |
+
import numpy as np
|
| 5 |
|
| 6 |
def create_bar_plot(file, x_values):
|
| 7 |
df = pd.read_excel(file)
|