eshan6704 commited on
Commit
c3ef0e0
·
verified ·
1 Parent(s): d71bf0b

Update bhavcopy_html.py

Browse files
Files changed (1) hide show
  1. bhavcopy_html.py +1 -1
bhavcopy_html.py CHANGED
@@ -56,7 +56,7 @@ def build_bhavcopy_html(date_str):
56
  # 5) Filter by turnover
57
  # -------------------------------------------------------
58
  df = df[df["TURNOVER_LACS"] > 1000]
59
-
60
  # -------------------------------------------------------
61
  # 6) Add computed columns
62
  # -------------------------------------------------------
 
56
  # 5) Filter by turnover
57
  # -------------------------------------------------------
58
  df = df[df["TURNOVER_LACS"] > 1000]
59
+ df = df.sort_values(by="TURNOVER_LACS", ascending=False)
60
  # -------------------------------------------------------
61
  # 6) Add computed columns
62
  # -------------------------------------------------------