-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
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
.iloc[0] functionin the data raw notebooks #10
Comments
@NaniChirun263 Can I take this please? I am learning EDA and ML, I will try to fix this problem |
Sure @singh-gauraw . You can fix this problem |
Can I connect with you through email or not. |
@NaniChirun263 this is 'singh-gauraw'. sorry I have to switch from my enterprise github id to personal github. I will try it first and see if it can be fixed. |
Hello, it seems I am unable to reproduce this issue. I ran the jupyter notebook in vscode using python 3.7.6 and did not get error. Code ran just fine. |
Bro can i get your email address? so that i can ask you another
question.Which I Need to be done by this month only.
…On Thu, 16 Sept 2021 at 17:36, Gaurav Singh ***@***.***> wrote:
[image: 20210916_173047.jpg]
<https://user-images.githubusercontent.com/25267514/133609070-719905c3-66cb-44ae-9c33-0ac55d3443b7.jpg>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMSCUKU2DTEHY4RQ6YIB5HLUCHMUPANCNFSM5CSY5POQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@NaniChirun263 mailid - [email protected] |
can you please tell me detailed process to run this project |
AttributeError Traceback (most recent call last)
in ()
1 for label in extract_labels:
----> 2 new_fert = new_fert.append(fert[fert['Crop'] == label].iloc[0])
AttributeError: 'str' object has no attribute 'append'
The text was updated successfully, but these errors were encountered: