Hi @admin and Team,
my user id is blocked and showing error AB10007,
please help me to get rid of the issue.
M
MAMPI
@MAMPI
0
Reputation
4
Posts
1
Profile views
0
Followers
0
Following
Best posts made by MAMPI
This user hasn't posted anything yet.
Latest posts made by MAMPI
-
my user id is blocked
-
RE: ValueError: DataFrame constructor not properly called
pd.set_option('max_columns',None)
apikey='TSOju4BH'
username='******4'
pwd='*******a'def getCandleDta(token):
try:
historicParam={
"exchange": "NSE",
"symboltoken": token,
"interval": "THIRTY_MINUTE",
"fromdate":"2022-06-22 09:15",
"todate":"2022-06-27 15:30"
}return obj.getCandleData(historicParam) except Exception as e: print("error")
columns = ['timestamp','O','H','L','C','V']
res_json1 = getCandleDta(30108)
print(res_json1)
df1=pd.DataFrame(res_json1['data'],columns=columns)
dx2['ABFRL']=df1['C']
df1=0after execution of the code above mention error is appearing,
-
RE: ValueError: DataFrame constructor not properly called
@MAMPI {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}
-
ValueError: DataFrame constructor not properly called
please help me get rid of this issue