I was doing some tests and I tried to do map.write('test_map.parquet', format='parquet') without parquet installed and it just raised an error about name pa is not defined`. I think this should be changed to an ImportError or some warning when we try to write in parquet.
I was doing some tests and I tried to do
map.write('test_map.parquet', format='parquet') without parquet installed and it just raised an error aboutname pa is not defined`. I think this should be changed to an ImportError or some warning when we try to write in parquet.