Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
# FeatureLayer with many data points and usually an unstable connection.
import pandas as pd
from arcgis.gis import GIS
from arcgis.features import FeatureLayer
import json
from string import Template
gis = GIS('pro')
print(gis.users.me)
fl = FeatureLayer('url/FeatureServer/11')
df: pd.DataFrame = fl.query().sdf
error:
# No error, but there are more rows than actually exist in the data.
Expected behavior
Check for duplicated data before inserting.
Platform (please complete the following information):
- OS: Any
- Python API Version 2.3.0`
Additional context
Add any other context about the problem here, attachments etc.