Skip to content
Advertisement

Traceback (most recent call last) Python Error

Error At the moment I am Learning Python 3 and got this error. What does it mean? I also tried + instead of the comma this is also not working :/ Here is the code: Answer You have to print this: this should work fine

Read shapefile from HDFS with geopandas

I have a shapefile on my HDFS and I would like to import it in my Jupyter Notebook with geopandas (version 0.8.1). I tried the standard read_file() method but it does not recognize the HDFS directory; instead I believe it searches in my local directory, as I made a test with the local directory and reads the shapefile correctly. This

Advertisement