You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### OS
Mac
### Checklist
- [X] There is not yet another bug report for this issue in the [issue tracker](https://github.com/ydataai/pandas-profiling/issues)
- [X] The problem is reproducible from this bug report. [This guide](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) can help to craft a minimal bug report.
- [X] The issue has not been resolved by the entries listed under [Common Issues](https://pandas-profiling.ydata.ai/docs/master/pages/support_contrib/common_issues.html).
The text was updated successfully, but these errors were encountered:
Current Behaviour
When I create a report on a dataset with geometry column, like from GeoPandas, it will raise a confusing error:
Expected Behaviour
It's fine that ydata doesn't support geodata, but it would nice to either to drop this column or tell me I should drop it beforehand.
Data Description
For the reproducible example, I just made some sample data. My data is available here: https://github.com/saulshanabrook/property-data
Code that reproduces the bug
pandas-profiling version
v4.1.1
Dependencies
The text was updated successfully, but these errors were encountered: