Hello, I apologize if this is in the wrong place, what I am trying to accomplish is load data via database connection from a PostGIS table. In testing, I can use geopandas to export a load data from a shapefile and export it to a table in a PostgreSQL database. When I connect to that database via an esri product (catalog, pro, ect.) It will load the geometry in preview, but the table is blank. I have no problems if I use geopandas to write shapefile, and load the shapefile into the database via the PostGIS tool. I thought it could be a problem with a unique ID field, but I created a field titled 'FID' as the first column in the table.