Update index_live_html.py
Browse files- index_live_html.py +2 -2
index_live_html.py
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
from nsepython import *
|
| 3 |
import pandas as pd
|
| 4 |
|
| 5 |
-
def build_index_live_html(
|
| 6 |
-
p = nse_index_live(
|
| 7 |
|
| 8 |
full_df = p.get("data", pd.DataFrame())
|
| 9 |
rem_df = p.get("rem", pd.DataFrame())
|
|
|
|
| 2 |
from nsepython import *
|
| 3 |
import pandas as pd
|
| 4 |
|
| 5 |
+
def build_index_live_html():
|
| 6 |
+
p = nse_index_live()
|
| 7 |
|
| 8 |
full_df = p.get("data", pd.DataFrame())
|
| 9 |
rem_df = p.get("rem", pd.DataFrame())
|