You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run get_project_info(['test']), where the project id is not existing, in that case the get_project_info will have a empty dataframe and hence calling,
return df.set_index('id') results in an error.
To handle this case I have checked the dataframe is empty or not and then returned the dataframe accordingly. Please check the pull request.
The text was updated successfully, but these errors were encountered:
Hi,
When I run get_project_info(['test']), where the project id is not existing, in that case the get_project_info will have a empty dataframe and hence calling,
return df.set_index('id') results in an error.
To handle this case I have checked the dataframe is empty or not and then returned the dataframe accordingly. Please check the pull request.
The text was updated successfully, but these errors were encountered: