Ali Yaqoob

Results 2 issues of Ali Yaqoob

Clicking on the download button just opens the raw file in the same tab and does not download the specific file. I tried clicking on the 'Download' button while trying...

This is my code and I was trying to clean a large dataset ``` full_data['text_pp'] = ( full_data['text'] .pipe(hero.preprocessing.clean) .pipe(hero.remove_urls) ) ``` According to the documentation this is the default...