hakuna-metadata-1 icon indicating copy to clipboard operation
hakuna-metadata-1 copied to clipboard

Doesn´t work on Ubuntu 16.04.4 LTS

Open hyperpac opened this issue 6 years ago • 2 comments

python tool.py produces this output:

No handlers could be found for logger "tldextract" Traceback (most recent call last): File "tool.py", line 336, in <module> facebook_df['category_tags']= facebook_df.apply(lambda row: Facebook_URL_Categorizre(row['url_location']), axis=1) File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 2357, in __setitem__ self._set_item(key, value) File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 2422, in _set_item self._ensure_valid_index(value) File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 2404, in _ensure_valid_index raise ValueError('Cannot set a frame with no defined index ' ValueError: Cannot set a frame with no defined index and a value that cannot be converted to a Series

hyperpac avatar Mar 08 '18 17:03 hyperpac