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
Hi,
I have been running your code on chapter 6 and I keep getting the error on the subject. Am I missing something ?
on subchapter Features 3
code :
data = data.join(payment_type_cats) feats3 += payment_type_cats.columns data = data.join(vendor_id_cats) feats3 += vendor_id_cats.columns data = data.join(store_and_fwd_flag_cats) feats3 += store_and_fwd_flag_cats.columns data = data.join(rate_code) feats3 += rate_code.columns
thx in advance
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
No branches or pull requests
Hi,
I have been running your code on chapter 6 and I keep getting the error on the subject. Am I missing something ?
on subchapter Features 3
code :
data = data.join(payment_type_cats)
feats3 += payment_type_cats.columns
data = data.join(vendor_id_cats)
feats3 += vendor_id_cats.columns
data = data.join(store_and_fwd_flag_cats)
feats3 += store_and_fwd_flag_cats.columns
data = data.join(rate_code)
feats3 += rate_code.columns
thx in advance
The text was updated successfully, but these errors were encountered: