Redmind commited on
Commit
eadd1e3
·
verified ·
1 Parent(s): 04e39a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1176,7 +1176,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
1176
  if len(df.columns) > 1:
1177
  # Skipping the original first column
1178
  # List of required columns
1179
- required_columns = ['Broker Name', 'Account Number', 'Employee name', 'Account Owner', 'Account ID']
1180
  # Filter the DataFrame to include only the required columns
1181
  df = df[required_columns]
1182
  limited_data = df.head(3)
 
1176
  if len(df.columns) > 1:
1177
  # Skipping the original first column
1178
  # List of required columns
1179
+ required_columns = ['BROKER', 'ACCOUNT NUMBER', 'EMPLOYEE NAME', 'ACCOUNT NAME', 'ACCOUNT ID']
1180
  # Filter the DataFrame to include only the required columns
1181
  df = df[required_columns]
1182
  limited_data = df.head(3)