Has anybody worked with geopandas testing module?
I’m getting AttributeError: module ‘geopandas’ has no attribute ‘testing’
with following code:
geopandas.testing.assert_geodataframe_equal(df1, df2)
Thanks!
Tried print(dir(geopandas). Can’t seem to find testing module in there.
New contributor
user26560440 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.