We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quite a lot of cells in the .ipynb notebook couldn't be run successfully, Traceback error exist. > @mahamarong
For example, the below cell
newDataset = attrition_data[['EmployeeID','city_name','department_name','job_title','BUSINESS_UNIT']] newDataset = newDataset[newDataset.duplicated('EmployeeID', keep = False)] duplicateds = newDataset[newDataset.duplicated(keep ='last')]
Error in col[[i, exact = exact]]: subscript out of bounds Traceback:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quite a lot of cells in the .ipynb notebook couldn't be run successfully, Traceback error exist. > @mahamarong
For example, the below cell
The text was updated successfully, but these errors were encountered: