Chandan Malla
09/13/2023, 9:01 AMDatasetError: Failed while saving data to data set MemoryDataset().
HTTPException.__init__() missing 1 required positional argument: 'status_code'
This is the code
From FastApi import HTTPException
if df.shape[0]==0:
return HTTPException(detail='Sufficient Data not available',status_code=404)
Do I have to create a custom data set?datajoely
09/13/2023, 9:12 AMChandan Malla
09/13/2023, 9:16 AMdatajoely
09/13/2023, 9:18 AMChandan Malla
09/13/2023, 9:19 AMdatajoely
09/13/2023, 9:21 AM