Update bhavcopy_html.py
Browse files- bhavcopy_html.py +1 -1
bhavcopy_html.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import pandas as pd
|
| 2 |
import datetime
|
| 3 |
-
|
| 4 |
def build_bhavcopy_html(date_str):
|
| 5 |
# -------------------------------------------------------
|
| 6 |
# 1) Validate Date
|
|
|
|
| 1 |
import pandas as pd
|
| 2 |
import datetime
|
| 3 |
+
from nsepython import *
|
| 4 |
def build_bhavcopy_html(date_str):
|
| 5 |
# -------------------------------------------------------
|
| 6 |
# 1) Validate Date
|