SFU ID: 301386847
Github username: Debugx-x
Expected behavior: csv file code running
Observed behavior: weird error message
Traceback (most recent call last):
File "decrypt.py", line 99, in <module>
File "decrypt.py", line 94, in main
File "decrypt.py", line 81, in getjson
File "/home/vagrant/.local/lib/python3.6/site-packages/pandas/core/ops/common.py", line 65, in new_method
return method(self, other)
File "/home/vagrant/.local/lib/python3.6/site-packages/pandas/core/ops/__init__.py", line 365, in wrapper
raise ValueError("Can only compare identically-labeled Series objects")
ValueError: Can only compare identically-labeled Series objects
Question: I am not sure what went wrong with the decrypt.pyc, I updated my decrypt.pyc according to the errata and it worked for my Factorial_Pipline.csv file but when I tried to run it for Fibonacci_Pipeline.csv I am getting this error message. please help