Sarah Craig
INST742, Spring 2023
archival silence n.
https://dictionary.archivists.org/entry/archival-silence.html
For our final project, we were asked to do something with the complete data set created by OCRing and datafying the Charlotte, North Carolina 1911 city directory.
As we worked with a subset of this data throughout the semester, I noticed an obvious element of archival silence: Married women outside the workforce were generally only referenced in their husband's directory entries, rather than having entries of their own. Thus, the datafication of the directory included their names only as information for their husbands. They were not represented with their own rows in the data set.
My initial goal with this project was to bring these obliquely-referenced women into the data set. As I worked to mitigate this particular archival silence, however, I uncovered more archival silences in the directory. These archival silences have bearing on what we can and cannot safely infer from this data set. On a meta level, they also reflect the worldviews and biases of the directory's authors and provide insight into the social landscape of the urban Appalachian South in the early twentieth century.
We started with this data set: Charlotte1911-consolidated.xlsx
This data set incorporates both the business directory and the residential directory. It consists of 15,711 rows with data in some or all of the following columns:
The complete data set was a little bit too large for OpenRefine to handle comfortably, so as a first step, I eliminated the data from the business directory by filtering on In Business Directory. Then I divided the remaining data into two subsets. In Excel, I filtered by nulls in the Spouse column to create the data sets 1) All Married Men and 2) All Unmarried and Widowed, which I saved as separate files.
The goal was to create a new row for each woman referenced only in her husband's entry - in effect, creating new rows based on existing rows. OpenRefine, however, isn't set up for data manipulation on the basis of rows. It does everything through the lens of columns. So to frame this problem in a way that could be solved with OpenRefine, I had to reframe it as a columns-based problem.
What data does the original directory entry encode about these women?
(In the pre-Loving v. Virginia South, the assumption of same-race married couples is a reasonable one, but it does risk reifying archival silences of its own in the event that any of the couples in the directory actually were mixed-race but were not designated as such. Since the underlying primary source doesn't reference such cases or leave us with any clues to discern them, it makes sense to err on the side of the most probable assumption, but it's worth bearing in mind that this information is grounded in an assumption and is less certain than information actually printed in the directory.)
The few pieces of data that we have about married women map fairly neatly onto a subset of the columns from our starting data set.
To prepare the data, I split Name into two columns. For the sake of simplicity, I also collapsesd Title and Married into one column.
At this point, I saved a copy of the data set so that I would have an updated version of All Married Men with the correct column configuration.
Then, I applied a few more transformations to create the new data set All Married Women.
I exported this data set as All Married Women. But there was one wrinkle: The few women who were listed under their own names and under their husbands' names now had duplicate entries. In the interest of preserving as much data as possible for each of them, I decided to manually dedupe the data in Excel. I color coded the 205 Title = "Mrs" rows from the original data set and went down the list, combining rows as needed, incorporating several dozen duplicate entries.
This process meant looking more closely at the data, and in doing so, I noticed a pattern: All of the duplicate entries were for white women, specifically. Could there really be no married Black women listed under their own names in the directory?
In a later round of deduping, I would learn that a total of six married Black women did in fact have their own entries. But there was no way to discern that from the data set at this point, because none of those six women were listed as "Mrs." In fact, apart from a few presumably-masculine Reverends and the married men listed with their wives, there were no overt markers of gender or gendered social status for any of the Black citizens in the directory.
%%HTML
<div class='tableauPlaceholder' id='viz1683757139251' style='position: relative'><noscript><a href='#'><img alt='Lack of Data on Black Women's MaritalStatus in the Charlotte 1911 Directory ' src='https://public.tableau.com/static/images/Ch/Charlotte1911visualizationfromoriginaldataset/Sheet1/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='Charlotte1911visualizationfromoriginaldataset/Sheet1' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/Ch/Charlotte1911visualizationfromoriginaldataset/Sheet1/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-US' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1683757139251'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
When I split the original data set into two, I thought the subset with unmarried people and widows would be fairly straightforward to work with. I had planned to apply the same column transformations, populate widowhood status into the title column, ascertain which "wid" entries were widows vs. widowers, and then replace remaining nulls in the Title column with Mr.
Needless to say, the archival silence of the absent "Miss" in entries for Black women necessitated a change in plans. The original strategy would have categorized only white women as Miss, erroneously labeling all unmarried Black women in the data set as Mr.
So instead, I took the subset of this data set for which Black = TRUE and Widow = FALSE, and I went through it line by line. I added "Miss" in the Title column for every entry with a feminine name.
As far as I can discern, there are 1,564 unmarried Black women represented in the Charlotte 1911 directory. But of course, that number isn't certain. Names are an imperfect indicator of gender. Willie, for example, is the first name of 34 white people listed in the directory: 33 women and one man. Are the 10 unmarried Black registrants named Willie all women? I assumed so for the purpose of coding the data, but there's simply no way to be sure. Context can help to fill in the gaps created by this archival silence, but not without assumptions and the risk of error.
The graph below, created from the complete data set that was the end result of this project, reflects the educated guesses I made in coding this part of the data. Seven people have the title "Unknown" because I wasn't able to make a reasonably confident guess of their gender based on their name.
%%HTML
<div class='tableauPlaceholder' id='viz1683765473104' style='position: relative'><noscript><a href='#'><img alt='Charlotte 1911 Directory Data by Title and Race ' src='https://public.tableau.com/static/images/IN/INST742FinalProjectCharlotte1911Data-TheLivesofWomen/Sheet13/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='INST742FinalProjectCharlotte1911Data-TheLivesofWomen/Sheet13' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/IN/INST742FinalProjectCharlotte1911Data-TheLivesofWomen/Sheet13/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-US' /><param name='filter' value='publish=yes' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1683765473104'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
Having manually filled in the missing "Miss" designations, I returned to my original plan for this subset of the data. I opened the All Unmarried and Widowed data set in OpenRefine and applied the same column transformations I had used for the All Married Men data set such that this data set would have the same columns in the same order, to facilitate recombining everything later on. Then I faceted out the entries with "wid" and populated the Title column with "Widow."
Looking at the Widow facet, I noticed two patterns. First, as with Miss and Mrs, the designation "wid" only appeared in entries for white citizens.
%%HTML
<div class='tableauPlaceholder' id='viz1683768140131' style='position: relative'><noscript><a href='#'><img alt='Another Data Limitation: Widowhood by Race ' src='https://public.tableau.com/static/images/IN/INST742FinalProjectCharlotte1911Data-TheLivesofWomen/WidowhoodbyRace/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='INST742FinalProjectCharlotte1911Data-TheLivesofWomen/WidowhoodbyRace' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/IN/INST742FinalProjectCharlotte1911Data-TheLivesofWomen/WidowhoodbyRace/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-US' /><param name='filter' value='publish=yes' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1683768140131'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
The second pattern was a little bit more surprising to me, though perhaps it shouldn't have been. I initially assumed that some of the entries with the "wid" designation would be widowers, so I went through the names with the idea of updating "Widow" to "Widower" in the Title column wherever applicable. However, I found that all of the "wid" entries appeared to be for women - judging once again by the imperfect indicator of gendered names.
This archival silence is perhaps less egregious and less impactful on the data than the others we've discussed, but it is nevertheless very revealing about the social structure of Charlotte in 1911. Even in death, white men conferred a certain social standing to their wives. The fact that only white men are memorialized in the directory in this way speaks to the racial and gendered hierarchies of the society that produced this primary source.
%%HTML
<div class='tableauPlaceholder' id='viz1683768752139' style='position: relative'><noscript><a href='#'><img alt='"Wid"Designation Used Only for Women ' src='https://public.tableau.com/static/images/IN/INST742FinalProjectCharlotte1911Data-TheLivesofWomen/WidWomenOnly/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='INST742FinalProjectCharlotte1911Data-TheLivesofWomen/WidWomenOnly' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/IN/INST742FinalProjectCharlotte1911Data-TheLivesofWomen/WidWomenOnly/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-US' /><param name='filter' value='publish=yes' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1683768752139'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
Having populated the Title column for every entry in the All Unmarried and Widowed data set, I had three subsets ready to be recombined into one large data set. I made a few more additions to each in OpenRefine - a column for Gender, a column for Housing Type, and a column indicating whether business address and home address were the same - and then brought it all back together.
With the business directory rows eliminated and rows for married women added, my final data set describes 20,554 people. As such, it is a more complete picture of the population of 1911 Charlotte than the original data set was. However, it reifies assumptions that may not accurately represent the facts, and even with the guesses filled in, it undoubtedly still has gaps. Why do only some of the women listed under their own names as Mrs. have corresponding entries for their husbands? How did the original compilers of the directory gather data? Who might they have accidentally or deliberately omitted, and why?
The archival silences present in this primary source give information, by their very existence, about the racial and gendered hierarchies that pervaded the society described by this source. They also highlight the importance of triangulating multiple data sets and approaching any historical data analysis with a firm grounding in the data's historical context.