Dear All,
I have a more then 100 feature classes in 12 feature datasets I want to create a table for each feature class which have the following information in ArcGIS pro
1.Name of field.
2.Percentage of null records or having no records.
if there is nay python code that can help me
Thanks and regards
This should be fairly simple, but please give an indication of:
Is this a single FGDB?
Are you meaning you essentially want to list all FCs within the FGDB, or specific 100 FCs spread across 12 ?specific FDs?
for each of the FCs you then want a list of all fields along with the % null records for those fields?
Thanks David,
These are in enterprise geodatabase,
I want every feature class with a list of all field in it along with %null records for those fields
e.g Road feature class I want to list all fields with %null records in each field.
Thanks and regards
Does Python code that does exactly this already exist? Not that I have seen on GeoNet or GitHub, but some of the individual steps that need to happen are commonly shown and discussed.
What have you coded so far? Are you using Python directly or relying on Model Builder?
Dear Joshua
I didnt have code so for I wan to use Python directly but if we can do in model builder I can go with this also
Thanks and regards