bellingcat / open-source-research-notebooks

Jupyter notebooks helping open source researchers, journalists, and fact-checkers use command line tools and code projects for digital investigations.
MIT License
171 stars 13 forks source link

geoclustering filepath error for civharm download csv #14

Closed lyfak closed 4 months ago

lyfak commented 4 months ago

Expected Behavior

step downloading civharm should download raw content of csv

Current Behavior

downloads a github formated document

Possible Solution

add raw to the file path

Steps to Reproduce

  1. click to exectute wget comand
  2. check with head
  3. when executin geoclustering it raises an error : ValueError: Found array with 0 sample(s) (shape=(0, 2)) while a minimum of 1 is required by DBSCAN.