Select to view content in your preferred language

How to see more attributes when I add .GDB files to a map

569
3
Jump to solution
02-09-2024 11:12 AM
Labels (3)
JoshPinkham
Emerging Contributor

I'm learning ArcGIS 3.2, thank you in advance for any help you can provide. I think this is a pretty simple question and I am just doing something wrong.

I'm using data from https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-data.2019.html#list-tab-16569...

When I download these Geodatabases and import them into ArcGIS, I see the .GDB in the catalog pane, and the metadata says that this data contains a bunch of different variables I should be able to use (which should contain margins of error). There is one object (file geodatabase feature class), that I am adding to the map but when I open the attribute table the attributes/variables I would expect to see aren't there.

JoshPinkham_1-1707505652510.png

I'm right clicking and adding the ACS_2021_5YR_CD_116 'file geodatabase feature class' to the current map and then opening the attribute table, where all I seem to get are fields about the polygon:

JoshPinkham_2-1707505774855.png

In the metadata there are tons of variables most of which give an estimate and margin of error. My goal is to just get two of these columns into the attribute table to that I can map uncertainty for a certain variable.

Link to metadata: https://www2.census.gov/geo/tiger/TIGER_DP/2019ACS/Metadata/STATE_METADATA_2019.txt

 

 

 

0 Kudos
1 Solution

Accepted Solutions
PedroCoutinhoMendonça
Occasional Contributor

Hello, Josh.

If I correctly understood your question, I thin you need to join your Feature Class “ACS_2021_5YR_CD_116” to the corresponding table to be able to have the 2 columns you want.

You need to join the 2 tables based on a common field. I used this “GEOID_Data” field in the Feature Class and “GEOID” field in the attribute table  

 

Exemple:

PedroCoutinhoMendona_0-1707509624717.png

 

PedroCoutinhoMendona_1-1707509638742.png

 

 

View solution in original post

3 Replies
PedroCoutinhoMendonça
Occasional Contributor

Hello, Josh.

If I correctly understood your question, I thin you need to join your Feature Class “ACS_2021_5YR_CD_116” to the corresponding table to be able to have the 2 columns you want.

You need to join the 2 tables based on a common field. I used this “GEOID_Data” field in the Feature Class and “GEOID” field in the attribute table  

 

Exemple:

PedroCoutinhoMendona_0-1707509624717.png

 

PedroCoutinhoMendona_1-1707509638742.png

 

 

JoshPinkham
Emerging Contributor

Thank you so much!!! I am eternally grateful for your reply. This seems to do exactly what I was trying to achieve 

0 Kudos
PedroCoutinhoMendonça
Occasional Contributor

Glad I could help!

0 Kudos